From 34bb49b7453ac9a44fe937809642382632d40a39 Mon Sep 17 00:00:00 2001 From: Pancakesss Date: Thu, 18 May 2017 23:12:28 -0400 Subject: [PATCH 1/4] Belle's Netgun I'm pretty sure that's the correct file path. I'd appreciate it if there was a more clearly stated location of where to find the file paths. Approval forum post: http://forum.vore-station.net/viewtopic.php?f=26&t=921 --- config/custom_items.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/custom_items.txt b/config/custom_items.txt index bd3b515b2c..55879977c0 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -191,6 +191,12 @@ character_name: Belle Day item_path: /obj/item/weapon/gun/energy/sizegun } +{ +ckey: hottokeeki +character_name: Belle Day +item_path: /obj/item/weapon/gun/energy/netgun +} + # ######## I CKEYS { From 09f201a074ed38971d954b4c9f19ef93c67849fe Mon Sep 17 00:00:00 2001 From: Pancakesss Date: Thu, 18 May 2017 23:17:12 -0400 Subject: [PATCH 2/4] Update custom_items.txt --- config/custom_items.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/custom_items.txt b/config/custom_items.txt index 55879977c0..3dc2c7d157 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -197,6 +197,12 @@ character_name: Belle Day item_path: /obj/item/weapon/gun/energy/netgun } +{ +ckey: hottokeeki +character_name: Belle Day +item_path: /obj/item/weapon/implant/reagent_generator +} + # ######## I CKEYS { From baea462f3ee6c5c330e96f1b2fc67b55a2c3a6eb Mon Sep 17 00:00:00 2001 From: Pancakesss Date: Sat, 20 May 2017 14:26:14 -0400 Subject: [PATCH 3/4] Update custom_items.txt Added the appropriate child to the reagent generator. --- config/custom_items.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/custom_items.txt b/config/custom_items.txt index 3dc2c7d157..20c77e711a 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -200,7 +200,7 @@ item_path: /obj/item/weapon/gun/energy/netgun { ckey: hottokeeki character_name: Belle Day -item_path: /obj/item/weapon/implant/reagent_generator +item_path: /obj/item/weapon/implant/reagent_generator/belle } # ######## I CKEYS From 3e37c22747df046449265281f8ceecc620dddc9e Mon Sep 17 00:00:00 2001 From: Pancakesss Date: Sat, 20 May 2017 15:32:37 -0400 Subject: [PATCH 4/4] Update custom_items_vr.dm Huff. --- .../vore/fluffstuff/custom_items_vr.dm | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index 94bd994558..295ee739f4 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -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"