mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-13 20:19:25 +01:00
Delete commented lines from label get_ending
This commit is contained in:
parent
66d4b308af
commit
01e9ababa2
1 changed files with 0 additions and 12 deletions
|
@ -15,18 +15,6 @@ label initstats(anon=0, fang=0):
|
|||
|
||||
return
|
||||
|
||||
# label get_ending:
|
||||
# # To check what ending we're getting, call this label and then check the value of _return
|
||||
# # Sensible to have this logic defined in only one place for consistency
|
||||
# if anonscore >= 4 and fangscore >= 4 and wingStory:
|
||||
# return(4) # Golden
|
||||
# elif anonscore >= 3 and fangscore <=4:
|
||||
# return(3) # Tradwife
|
||||
# elif anonscore <= 3 and fangscore >=3:
|
||||
# return(2) # Doomer
|
||||
# else:
|
||||
# return(1) # Shooter
|
||||
|
||||
|
||||
init python:
|
||||
def get_ending():
|
||||
|
|
Loading…
Reference in a new issue