mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
fix minor continuity error
This commit is contained in:
parent
c0b49eea9c
commit
f687e6a032
1 changed files with 8 additions and 1 deletions
|
@ -2484,7 +2484,14 @@ label chapter_1:
|
|||
|
||||
I "Next to her is Naser with a complicated expression."
|
||||
|
||||
Nas "{i}{cps=*.7}I just wanted to make sure you guys had an actual audience-{/cps}{/i}"
|
||||
# A small variation is needed here because Anon only hears the first line if he finds Naser before meeting Spears.
|
||||
if late_to_spears:
|
||||
|
||||
Nas "{i}{cps=*.7}I just wanted to make sure you guys had an actual audience-{/cps}{/i}"
|
||||
|
||||
else:
|
||||
|
||||
Nas "{i}{cps=*.7}I brought them here so Fang has an audience.{/cps}{/i}"
|
||||
|
||||
stop ambient fadeout 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue