Mirror Story - Rewards

This commit is contained in:
LoafyLemon 2022-09-08 22:41:59 +01:00
parent 15771e31ef
commit def68027ec
13 changed files with 43 additions and 0 deletions

BIN
game/characters/hermione/clothes/accessory/bb_tie/0.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/characters/hermione/clothes/accessory/bb_tie/1.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/characters/hermione/clothes/accessory/bb_tie/2.webp (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
game/characters/hermione/clothes/accessory/bb_tie/skin.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/characters/hermione/clothes/tattoo/bb_tattoo/0.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/characters/hermione/clothes/tattoo/bb_tattoo/1.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/characters/hermione/clothes/tattoo/bb_tattoo/2.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/characters/hermione/clothes/tattoo/bb_tattoo/extra.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/characters/hermione/clothes/tattoo/bb_tattoo/skin.webp (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -563,3 +563,8 @@ default her_nipple_vibrators = DollCloth("hermione", ("misc", "accessory"), "acc
default her_clit_vibrators = DollCloth("hermione", ("misc", "accessory"), "accessory1", "clit_vibrators", [[234, 142, 97, 255], [252, 217, 135, 255], [255, 118, 96, 255]], zorder=1)
default her_outfit_vibrators = DollOutfit([her_hair_base, her_panties_base_vibrators, her_bra_base_vibrators, her_nipple_vibrators, her_clit_vibrators])
default her_accessory_bb_tie = DollCloth("hermione", ("misc", "accessory"), "accessory4", "bb_tie", [[177, 51, 159, 255], [246, 40, 0, 255], [255, 247, 0, 255]], zorder=10)
default her_tattoo_bb_tattoo = DollCloth("hermione", ("piercings & tattoos", "tattoos"), "tattoo3", "bb_tattoo", [[0, 0, 0, 255], [255, 247, 0, 255], [246, 40, 0, 255]])
default her_outfit_bb = DollOutfit([her_hair_base, her_accessory_bb_tie, her_tattoo_bb_tattoo])

View File

@ -138,3 +138,10 @@ label blueballing_bad:
$ renpy.end_replay()
label blueballing_bad_rewards:
if not her_outfit_bb.unlocked:
call unlock_clothing(text=">New clothing items for Hermione have been unlocked!", item=her_outfit_bb)
return

View File

@ -187,6 +187,7 @@ default mr_ev_BBB = MirrorEvent(
cast=["tonks", "hermione"],
desc="In an alternate universe where Genie never followed his urges.",
label="blueballing_bad",
label_rewards="blueballing_bad_rewards",
authors=["NotTera"],
tags=["Humorous", "Flashing"],
unlocked=True,