Xmas Story
This commit is contained in:
parent
f8d7a6915c
commit
e169296009
170
game/scripts/minigames/mirror/events/genies_christmas_wish.rpy
Normal file
170
game/scripts/minigames/mirror/events/genies_christmas_wish.rpy
Normal file
File diff suppressed because it is too large
Load Diff
@ -192,3 +192,15 @@ default mr_ev_BBB = MirrorEvent(
|
|||||||
tags=["Humorous", "Flashing"],
|
tags=["Humorous", "Flashing"],
|
||||||
unlocked=True,
|
unlocked=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
default mr_ev_GCW = MirrorEvent(
|
||||||
|
id="mr_ev_GCW",
|
||||||
|
name="Genie's Christmas Wish",
|
||||||
|
cast=["genie"],
|
||||||
|
desc="",
|
||||||
|
label="genies_christmas_wish",
|
||||||
|
label_rewards="genies_christmas_wish_rewards",
|
||||||
|
authors=["SilverStudioGames"],
|
||||||
|
tags=["Seasonal", "Noir"],
|
||||||
|
unlocked=True,
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user