Bugfix
This commit is contained in:
parent
53732cf416
commit
fd4a354ade
@ -1360,7 +1360,7 @@ label hg_vibrators_personal:
|
|||||||
call her_walk("desk", "base")
|
call her_walk("desk", "base")
|
||||||
pause 0.5
|
pause 0.5
|
||||||
hide vibrators_floor
|
hide vibrators_floor
|
||||||
call give_reward(">A new outfit has been unlocked in the wardrobe!", her_outfit_vibrators)
|
call unlock_clothing(">Congratulations! You have unlocked a new outfit!", her_outfit_vibrators)
|
||||||
|
|
||||||
her "{size=-5}Thank you...{/size}"
|
her "{size=-5}Thank you...{/size}"
|
||||||
|
|
||||||
@ -1394,7 +1394,7 @@ label hg_vibrators_personal:
|
|||||||
call her_walk("desk", "base")
|
call her_walk("desk", "base")
|
||||||
pause 0.5
|
pause 0.5
|
||||||
hide vibrators_floor
|
hide vibrators_floor
|
||||||
call give_reward(">A new outfit has been unlocked in the wardrobe!", her_outfit_vibrators)
|
call unlock_clothing(">Congratulations! You have unlocked a new outfit!", her_outfit_vibrators)
|
||||||
|
|
||||||
her "{size=-5}Thank you...{/size}"
|
her "{size=-5}Thank you...{/size}"
|
||||||
|
|
||||||
@ -1630,7 +1630,7 @@ label hg_vibrators_personal:
|
|||||||
call her_walk("desk", "base")
|
call her_walk("desk", "base")
|
||||||
pause 0.5
|
pause 0.5
|
||||||
hide vibrators_floor
|
hide vibrators_floor
|
||||||
call give_reward(">A new outfit has been unlocked in the wardrobe!", her_outfit_vibrators)
|
call unlock_clothing(">Congratulations! You have unlocked a new outfit!", her_outfit_vibrators)
|
||||||
|
|
||||||
gen "Have fun, and try to not to overdo it." ("base", xpos="far_left", ypos="head")
|
gen "Have fun, and try to not to overdo it." ("base", xpos="far_left", ypos="head")
|
||||||
gen "Or you might end up blind." ("grin", xpos="far_left", ypos="head")
|
gen "Or you might end up blind." ("grin", xpos="far_left", ypos="head")
|
||||||
@ -3296,7 +3296,7 @@ label hg_vibrators_public_return:
|
|||||||
her "Thank you..." #Looks right
|
her "Thank you..." #Looks right
|
||||||
|
|
||||||
hide vibrators_floor
|
hide vibrators_floor
|
||||||
call give_reward(">A new outfit has been unlocked in the wardrobe!", her_outfit_vibrators)
|
call unlock_clothing(">Congratulations! You have unlocked a new outfit!", her_outfit_vibrators)
|
||||||
|
|
||||||
her "So... How do these things work, exactly? Do I need to charge them or...?"
|
her "So... How do these things work, exactly? Do I need to charge them or...?"
|
||||||
gen "... These are magical items, they use magic, not volts." ("base", xpos="far_left", ypos="head")
|
gen "... These are magical items, they use magic, not volts." ("base", xpos="far_left", ypos="head")
|
||||||
@ -3439,7 +3439,7 @@ label hg_vibrators_public_return:
|
|||||||
her "Thank you..."
|
her "Thank you..."
|
||||||
|
|
||||||
hide vibrators_floor
|
hide vibrators_floor
|
||||||
call give_reward(">A new outfit has been unlocked in the wardrobe!", her_outfit_vibrators)
|
call unlock_clothing(">Congratulations! You have unlocked a new outfit!", her_outfit_vibrators)
|
||||||
|
|
||||||
gen "Don't mention it." ("base", xpos="far_left", ypos="head")
|
gen "Don't mention it." ("base", xpos="far_left", ypos="head")
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user