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()