Merge branch 'Wardrobe' of ssh://ssh.silverstudiogames.org:3022/SilverStudioGames/WTS into Wardrobe

This commit is contained in:
LoafyLemon 2025-01-16 12:04:48 +00:00
commit e3c680964b
3 changed files with 606 additions and 21 deletions

View File

@ -230,6 +230,9 @@ label her_potion_cat_return:
call her_walk(action="leave")
$ hermione.equip(her_outfit_last)
if not her_outfit_cat1.unlocked:
call unlock_clothing(text=_("New clothing items for Hermione have been unlocked!"), item=her_outfit_cat1)
jump end_hermione_event
"-Have her drink another one-" if cat_potion_ITEM.owned < 1:
@ -323,6 +326,11 @@ label her_potion_cat_return:
gen "Even if she stays mad forever, it was worth it." ("grin", xpos="far_left", ypos="head")
if not her_outfit_cat1.unlocked:
call unlock_clothing(text=_("New clothing items for Hermione have been unlocked!"), item=her_outfit_cat1)
if not her_outfit_cat2.unlocked:
call unlock_clothing(text=_("New clothing items for Hermione have been unlocked!"), item=her_outfit_cat2)
jump end_hermione_event
else:
her "Are you serious? You know what happened last time!" ("clench", "base", "base", "mid")
@ -417,6 +425,9 @@ label her_potion_cat_return:
gen "Tail..." ("base", xpos="far_left", ypos="head")
$ states.her.mood += 15
$ hermione.equip(her_outfit_last)
if not her_outfit_cat3.unlocked:
call unlock_clothing(text=_("New clothing items for Hermione have been unlocked!"), item=her_outfit_cat3)
jump end_hermione_event
"-Ask her for a blowjob-":

File diff suppressed because it is too large Load Diff

BIN
game/sounds/sniffing_frantic.ogg (Stored with Git LFS) Normal file

Binary file not shown.