From 08c347a3212b9003becb1eb412d451d10e03f2c6 Mon Sep 17 00:00:00 2001 From: Johnny28 Date: Thu, 22 Dec 2022 15:40:50 +0100 Subject: [PATCH] fix --- .../minigames/mirror/events/genies_christmas_wish.rpy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/game/scripts/minigames/mirror/events/genies_christmas_wish.rpy b/game/scripts/minigames/mirror/events/genies_christmas_wish.rpy index 44c46692..72cb0b81 100644 --- a/game/scripts/minigames/mirror/events/genies_christmas_wish.rpy +++ b/game/scripts/minigames/mirror/events/genies_christmas_wish.rpy @@ -127,7 +127,7 @@ label genies_christmas_wish: nar "His eyes now shut, as they had been sprayed by magic sand." - gen santa "My eyes!" ("open", xpos="far_left", ypos="head") + gen "My eyes!" ("open", xpos="far_left", ypos="head") nar "He yelled loudly... His vision now impaired." gen "This better not be permanent!" ("angry", xpos="far_left", ypos="head") nar "He said, his tone sounding a bit scared." @@ -226,9 +226,9 @@ label genies_christmas_wish: show screen blkfade with d4 - cho robes "Why was I even in this story? We don't even celebrate Christmas at my home." + cho "Why was I even in this story? We don't even celebrate Christmas at my home." ("open", "base", "base", "mid") gen "*Err*..." ("open", xpos="far_left", ypos="head") - gen santa "Happy Holidays!" ("smile", xpos="far_left", ypos="head") + gen "Happy Holidays!" ("smile", xpos="far_left", ypos="head") $ renpy.end_replay()