diff --git a/game/scripts/inventory/use_gifts.rpy b/game/scripts/inventory/use_gifts.rpy index 4daea04d..d40ab293 100644 --- a/game/scripts/inventory/use_gifts.rpy +++ b/game/scripts/inventory/use_gifts.rpy @@ -207,11 +207,12 @@ label gen_use_pink_condoms: label gen_use_vibrator: $ vibrator_ITEM.owned -= 1 - nar "You put the vibrator against your balls." - gen "(I feel like this isn't what this thing is designed for, but I ain't getting out of this seat.)" ("base", xpos="far_left", ypos="head") + gen "(*Hmm*... I suppose I could give it a test-run..." ("base", xpos="far_left", ypos="head") menu: - "\"(Low should do it...)\"": + "\"(Low setting should do it...)\"": + nar "You put the vibrator against your balls." + gen "(I feel like this isn't what this thing is designed for, but I ain't getting out of this seat.)" ("base", xpos="far_left", ypos="head") play sound "sounds/click4.ogg" play background "sounds/vibrator_low.ogg" gen "(That's nice... It's like music to my balls...)" ("base", xpos="far_left", ypos="head") @@ -239,7 +240,9 @@ label gen_use_vibrator: play sound "sounds/click4.ogg" stop background - "\"(Medium sounds good...)\"": + "\"(Medium setting sounds good...)\"": + nar "You put the vibrator against your balls." + gen "(I feel like this isn't what this thing is designed for, but I ain't getting out of this seat.)" ("base", xpos="far_left", ypos="head") play sound "sounds/click4.ogg" play background "sounds/vibrator_medium.ogg" gen "(Whoa... That's--{w=0.2} {shudder}*Ngh...{/shudder}{w=0.4} Way too good for what it's doing.)" ("base", xpos="far_left", ypos="head") @@ -252,6 +255,8 @@ label gen_use_vibrator: stop background "\"(Go big or go home!)\"": + nar "You put the vibrator against your balls." + gen "(I feel like this isn't what this thing is designed for, but I ain't getting out of this seat.)" ("base", xpos="far_left", ypos="head") play sound "sounds/click4.ogg" play background "sounds/vibrator_high.ogg" gen "{shake}*Ngh*!{/shake}" ("base", xpos="far_left", ypos="head") @@ -265,6 +270,14 @@ label gen_use_vibrator: play sound "sounds/click4.ogg" stop background + "\"(Wait, what am I thinking!)\"": + + play sound "sounds/woosh.ogg" + nar "You throw the vibrator out the window." + gen "(... I suppose I could've kept it and given it to someone...)" ("base", xpos="far_left", ypos="head") + + jump main_room_menu + play sound "sounds/sniff.ogg" gen "*Sniff*" ("base", xpos="far_left", ypos="head") gen "Eww... Ball sweat..." ("base", xpos="far_left", ypos="head") @@ -317,14 +330,33 @@ label gen_use_ballgag_and_cuffs: label gen_use_anal_plugs: $ anal_plugs_ITEM.owned -= 1 + gen "(The male G-spot is up the ass, I suppose...)" ("base", xpos="far_left", ypos="head") + menu: + "-Test your anal sphincter-": + pass + "-Put the butt-plug away-": + gen "(*Hmm*... Now where should I put it away...)" ("base", xpos="far_left", ypos="head") + menu: + "-Put it up your ass-": + pass + "-Just get rid of the thing already-": + nar "You throw the butt-plug out the window..." + + gen "(Why did I just do that?)" ("base", xpos="far_left", ypos="head") + gen "(*Hmm*... Some higher force must've willed it...)" ("base", xpos="far_left", ypos="head") + jump main_room_menu + nar "You roll down your pants and put the plug in your ass." play sound "sounds/gltch.ogg" - gen "{shudder}*Ngh*!{/shudder}" ("base", xpos="far_left", ypos="head") + gen "{shudder}*Ngh*!{/shudder}" ("angry", xpos="far_left", ypos="head") gen "..." ("base", xpos="far_left", ypos="head") - gen "(This thing isn't even close to reaching the male G-spot!)" ("base", xpos="far_left", ypos="head") + gen "(This thing isn't even close to reaching the male G-spot!)" ("angry", xpos="far_left", ypos="head") play sound "sounds/gltch.ogg" - gen "{shudder}*Ngh*!{/shudder}" ("base", xpos="far_left", ypos="head") + gen "{shudder}*Ngh*!{/shudder}" ("angry", xpos="far_left", ypos="head") + play sound "sounds/pop01.ogg" + pause 0.5 + gen "..." ("base", xpos="far_left", ypos="head") jump main_room_menu @@ -339,7 +371,7 @@ label gen_use_thestral_strapon: gen "(Wait, what does this button do?)" ("base", xpos="far_left", ypos="head") nar "The moment you press the hidden button, the strap-on magically disappears from your grasp." - gen "(...)" ("base", xpos="far_left", ypos="head") + gen "(... Must be some sort of post-nut clarity feature...)" ("base", xpos="far_left", ypos="head") jump main_room_menu @@ -356,7 +388,11 @@ label gen_use_broom_2000: gen "(This looks more suitable for someone who doesn't already have a piece of wood between their legs...)" ("base", xpos="far_left", ypos="head") nar "The broom suddenly takes off and flies out the window." - gen "(... Someone will have some explaining to do.)" ("base", xpos="far_left", ypos="head") + + random: + gen "(... Someone will have some explaining to do.)" ("base", xpos="far_left", ypos="head") + gen "(... I'm sure Snape can come up with an explanation for that... Thing...)" ("base", xpos="far_left", ypos="head") + gen "(... Well, I guess some lucky witch just got their wish granted... You've done it again, Genie.)" ("base", xpos="far_left", ypos="head") jump main_room_menu