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