From b610494c5fc4518bfe3ba49395efa85b1d9bd890 Mon Sep 17 00:00:00 2001 From: Johnny28 Date: Sun, 14 May 2023 12:29:46 +0200 Subject: [PATCH] Fix * Fixed incorrect genie expressions being set during Astoria nickname chats. --- game/scripts/characters/astoria/summon.rpy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/game/scripts/characters/astoria/summon.rpy b/game/scripts/characters/astoria/summon.rpy index 78d37166..77821161 100644 --- a/game/scripts/characters/astoria/summon.rpy +++ b/game/scripts/characters/astoria/summon.rpy @@ -192,7 +192,7 @@ label astoria_talk: label .daddy: $ name_genie_astoria = "Daddy" ast "Daddy? Don't you think that's a little weird?" ("clench", "narrow", "angry", "mid") - gen "Not at all!" ("base", "narrow", "angry", "mid", xpos="far_left", ypos="head") + gen "Not at all!" ("base", xpos="far_left", ypos="head") ast "*Hmph*..." ("upset", "narrow", "angry", "mid") ast "Alright, why not... Nobody knows about it anyway." ("base", "base", "base", "mid") jump astoria_talk @@ -205,9 +205,9 @@ label astoria_talk: ast "How about I'll call you \"Dumby\" instead? It fits you really well." ("grin", "base", "base", "mid") gen "(...)" ("base", xpos="far_left", ypos="head") ast "*Ha-ha-ha-ha*--" ("grin", "base", "base", "mid") - gen "Are you done now?" ("base", "base", "base", "mid", xpos="far_left", ypos="head") + gen "Are you done now?" ("base", xpos="far_left", ypos="head") ast "Yes... I'm sorry... {w=1.0}Dumby..." ("grin", "base", "base", "mid") - gen "(Damn brat! We'll see who will be laughing later.)" ("angry", "base", "base", "mid", xpos="far_left", ypos="head") + gen "(Damn brat! We'll see who will be laughing later.)" ("angry", xpos="far_left", ypos="head") jump astoria_talk "-Master-" if states.ast.level >= 18: label .master: