mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-26 11:54:49 +01:00
Move the wings check properly
This commit is contained in:
parent
66b289146f
commit
a8238b97aa
1 changed files with 1 additions and 2 deletions
|
@ -3413,8 +3413,6 @@ label chapter_5:
|
|||
if _value != "Snot":
|
||||
renpy.jump(_value+chr(0x61+_tick))
|
||||
|
||||
$ wingStory = True
|
||||
|
||||
F "And the worst part is he can’t even hate me."
|
||||
pause .5
|
||||
|
||||
|
@ -3586,6 +3584,7 @@ label chapter_5:
|
|||
|
||||
$ fangscore += 1
|
||||
$ anonscore += 1
|
||||
$ wingStory = True
|
||||
|
||||
A "{cps=*.1}...{/cps}"
|
||||
pause .25
|
||||
|
|
Loading…
Add table
Reference in a new issue