forked from SilverStudioGames/WTS
Mirror Story - Rewards
This commit is contained in:
parent
15771e31ef
commit
def68027ec
BIN
game/characters/hermione/clothes/accessory/bb_tie/0.webp
(Stored with Git LFS)
Normal file
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
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
BIN
game/characters/hermione/clothes/accessory/bb_tie/2.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
game/characters/hermione/clothes/accessory/bb_tie/outline.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/hermione/clothes/accessory/bb_tie/outline.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
game/characters/hermione/clothes/accessory/bb_tie/skin.webp
(Stored with Git LFS)
Normal file
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
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
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
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
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
BIN
game/characters/hermione/clothes/tattoo/bb_tattoo/skin.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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_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_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])
|
||||||
|
@ -138,3 +138,10 @@ label blueballing_bad:
|
|||||||
|
|
||||||
|
|
||||||
$ renpy.end_replay()
|
$ 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
|
||||||
|
@ -187,6 +187,7 @@ default mr_ev_BBB = MirrorEvent(
|
|||||||
cast=["tonks", "hermione"],
|
cast=["tonks", "hermione"],
|
||||||
desc="In an alternate universe where Genie never followed his urges.",
|
desc="In an alternate universe where Genie never followed his urges.",
|
||||||
label="blueballing_bad",
|
label="blueballing_bad",
|
||||||
|
label_rewards="blueballing_bad_rewards",
|
||||||
authors=["NotTera"],
|
authors=["NotTera"],
|
||||||
tags=["Humorous", "Flashing"],
|
tags=["Humorous", "Flashing"],
|
||||||
unlocked=True,
|
unlocked=True,
|
||||||
|
Loading…
Reference in New Issue
Block a user