mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-26 13:36:48 +01:00
Update custom_items_vr.dm
Huff.
This commit is contained in:
@@ -653,6 +653,30 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie
|
||||
do_reagent_implant(usr)
|
||||
|
||||
|
||||
//Hottokeeki: Belle Day
|
||||
/obj/item/weapon/implant/reagent_generator/belle
|
||||
generated_reagent = "milk"
|
||||
usable_volume = 5000
|
||||
|
||||
empty_message = list("Your breasts and or udder feel almost completely drained!", "You're feeling a liittle on the empty side...")
|
||||
full_message = list("You're due for a milking; your breasts and or udder feel heavy and swollen!", "Looks like you've got some full tanks!")
|
||||
emote_descriptor = list("squeezes milk", "tugs on Belle's breasts/udders, milking them", "extracts milk")
|
||||
self_emote_descriptor = list("squeeze", "extract")
|
||||
random_emote = list("moos", "mrours", "groans softly")
|
||||
assigned_proc = /mob/living/carbon/human/proc/use_reagent_implant_belle
|
||||
|
||||
/obj/item/weapon/implanter/reagent_generator/belle
|
||||
implant_type = /obj/item/weapon/implant/reagent_generator/belle
|
||||
|
||||
/mob/living/carbon/human/proc/use_reagent_implant_belle()
|
||||
set name = "Milk"
|
||||
set desc = "Obtain Belle's milk and put it into a container! May cause blushing and groaning, or arousal."
|
||||
set category = "Object"
|
||||
set src in view(1)
|
||||
|
||||
do_reagent_implant(usr)
|
||||
|
||||
|
||||
//PontifexMinimus: Lucius/Lucia Null
|
||||
/obj/item/weapon/fluff/dragor_dot
|
||||
name = "supplemental battery"
|
||||
|
||||
Reference in New Issue
Block a user