forked from SilverStudioGames/WTS
Mirror Story - Blueballing Bad
* Added fan created mirror story, (Blueballing Bad) Written by NotTera.
This commit is contained in:
parent
3fad511fd1
commit
e1316f1da3
140
game/scripts/minigames/mirror/events/blueballing_bad.rpy
Normal file
140
game/scripts/minigames/mirror/events/blueballing_bad.rpy
Normal file
File diff suppressed because it is too large
Load Diff
@ -180,3 +180,14 @@ default mr_ev_WC = MirrorEvent(
|
|||||||
tags=["Seasonal", "Humorous", "Sexual"],
|
tags=["Seasonal", "Humorous", "Sexual"],
|
||||||
unlocked=True,
|
unlocked=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
default mr_ev_BBB = MirrorEvent(
|
||||||
|
id="mr_ev_BBB",
|
||||||
|
name="Blueballing bad",
|
||||||
|
cast=["tonks", "hermione"],
|
||||||
|
desc="In an alternate universe where Genie never followed his urges.",
|
||||||
|
label="blueballing_bad",
|
||||||
|
authors=["NotTera"],
|
||||||
|
tags=["Humorous", "Flashing"],
|
||||||
|
unlocked=True,
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user