forked from Cavemanon/SnootGame
Move the wings check properly
This commit is contained in:
@ -3413,8 +3413,6 @@ label chapter_5:
|
|||||||
if _value != "Snot":
|
if _value != "Snot":
|
||||||
renpy.jump(_value+chr(0x61+_tick))
|
renpy.jump(_value+chr(0x61+_tick))
|
||||||
|
|
||||||
$ wingStory = True
|
|
||||||
|
|
||||||
F "And the worst part is he can’t even hate me."
|
F "And the worst part is he can’t even hate me."
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
@ -3586,6 +3584,7 @@ label chapter_5:
|
|||||||
|
|
||||||
$ fangscore += 1
|
$ fangscore += 1
|
||||||
$ anonscore += 1
|
$ anonscore += 1
|
||||||
|
$ wingStory = True
|
||||||
|
|
||||||
A "{cps=*.1}...{/cps}"
|
A "{cps=*.1}...{/cps}"
|
||||||
pause .25
|
pause .25
|
||||||
|
Reference in New Issue
Block a user