From f5abb91f91763b3edcbbec143f65eb3d36618718 Mon Sep 17 00:00:00 2001 From: nutbuster Date: Wed, 14 Jul 2021 11:20:28 +1000 Subject: [PATCH] Fix Tarot if/else branch flow --- game/script/7.concert-day.rpy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/script/7.concert-day.rpy b/game/script/7.concert-day.rpy index 95589b6..d3389ef 100644 --- a/game/script/7.concert-day.rpy +++ b/game/script/7.concert-day.rpy @@ -174,11 +174,11 @@ label chapter_7: #>>golden St "Upright Strength" St "OH! I don’t think you need to worry about what’s to come, Anon." - elif anonscore >= 3 and fangscore <= 2: + elif anonscore >= 3 and fangscore <= 3: #>>tradwife St "Inverted Hierophant." St "You need to be wary of your words and actions, Anon." - elif anonscore <= 2 and fangscore >= 3: + elif anonscore <= 3 and fangscore >= 3: #>>doomer St "Inverted Hermit." St "Anon, if you ever feel lonely you can come to me."