From a8238b97aa35aab54df252d4a30dbef0db3e2d26 Mon Sep 17 00:00:00 2001 From: nutbuster Date: Mon, 2 Oct 2023 16:03:26 +1100 Subject: [PATCH] Move the wings check properly --- game/script/5.fang-and-anon-cut-class-to-talk-on-the-roof.rpy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/game/script/5.fang-and-anon-cut-class-to-talk-on-the-roof.rpy b/game/script/5.fang-and-anon-cut-class-to-talk-on-the-roof.rpy index b9c1835c..052cd46f 100644 --- a/game/script/5.fang-and-anon-cut-class-to-talk-on-the-roof.rpy +++ b/game/script/5.fang-and-anon-cut-class-to-talk-on-the-roof.rpy @@ -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