forked from Cavemanon/SnootGame
get_ending formatting
This commit is contained in:
@ -32,9 +32,9 @@ init python:
|
|||||||
def get_ending():
|
def get_ending():
|
||||||
if anonscore >= 4 and fangscore >= 4 and wingStory:
|
if anonscore >= 4 and fangscore >= 4 and wingStory:
|
||||||
return 4 # Golden
|
return 4 # Golden
|
||||||
elif anonscore >= 3 and fangscore <=4:
|
elif anonscore >= 3 and fangscore <= 4:
|
||||||
return 3 # Tradwife
|
return 3 # Tradwife
|
||||||
elif anonscore <= 3 and fangscore >=3:
|
elif anonscore <= 3 and fangscore >= 3:
|
||||||
return 2 # Doomer
|
return 2 # Doomer
|
||||||
else:
|
else:
|
||||||
return 1 # Shooter
|
return 1 # Shooter
|
||||||
|
Reference in New Issue
Block a user