mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
LeftStage var handling fix from lazysnake
This commit is contained in:
parent
b8c035b305
commit
1e4d2f9f4b
1 changed files with 3 additions and 2 deletions
|
@ -306,6 +306,7 @@ hide trish with moveoutleft
|
|||
|
||||
"But Reed obviously doesn’t understand cable management."
|
||||
|
||||
define LeftStage = False
|
||||
menu:
|
||||
"Leave the stage as-is":
|
||||
jump LeaveStageAsIs
|
||||
|
@ -319,7 +320,7 @@ $ anonscore += 1
|
|||
|
||||
"Probably better to let sleeping fossils lie."
|
||||
|
||||
define LeftStage = "1"
|
||||
$ LeftStage = True
|
||||
|
||||
jump PostCableConundrum
|
||||
|
||||
|
@ -417,7 +418,7 @@ F "We’ve got sweet music to play."
|
|||
|
||||
scene moebackrooms
|
||||
|
||||
if LeftStage == "1":
|
||||
if LeftStage:
|
||||
show trish neutral at tleft
|
||||
show fang neutral at scenter
|
||||
show reed neutral flip at rright
|
||||
|
|
Loading…
Reference in a new issue