This commit is contained in:
Johnny28 2022-12-22 15:40:50 +01:00 committed by LoafyLemon
parent f8a06b0864
commit 6d0b393ada
1 changed files with 3 additions and 3 deletions

View File

@ -127,7 +127,7 @@ label genies_christmas_wish:
nar "His eyes now shut, as they had been sprayed by magic sand." 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." nar "He yelled loudly... His vision now impaired."
gen "This better not be permanent!" ("angry", xpos="far_left", ypos="head") gen "This better not be permanent!" ("angry", xpos="far_left", ypos="head")
nar "He said, his tone sounding a bit scared." nar "He said, his tone sounding a bit scared."
@ -226,9 +226,9 @@ label genies_christmas_wish:
show screen blkfade show screen blkfade
with d4 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 "*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() $ renpy.end_replay()