Mirror Story - Blueballing Bad

* Added fan created mirror story, (Blueballing Bad) Written by NotTera.
This commit is contained in:
Johnny 2022-09-06 18:46:01 +02:00
parent 3fad511fd1
commit e1316f1da3
2 changed files with 151 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -180,3 +180,14 @@ default mr_ev_WC = MirrorEvent(
tags=["Seasonal", "Humorous", "Sexual"],
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,
)