From f687e6a03207fc24cf8ffed84439212d599ec802 Mon Sep 17 00:00:00 2001 From: Bowie Date: Sat, 26 Jun 2021 19:58:32 +0100 Subject: [PATCH] fix minor continuity error --- game/script/1.first-two-days-anon-meets-fang.rpy | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/game/script/1.first-two-days-anon-meets-fang.rpy b/game/script/1.first-two-days-anon-meets-fang.rpy index 095e0e6..12dbcd5 100644 --- a/game/script/1.first-two-days-anon-meets-fang.rpy +++ b/game/script/1.first-two-days-anon-meets-fang.rpy @@ -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