From d27cef2d5e8ca3409bf53d0c53bd03450648dad0 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Wed, 18 Jan 2017 11:38:04 -0500 Subject: [PATCH] Life crystal tweaks Adds to medical vendors (the big ones, not the wall ones), tweaks case name to be more normal. Includes in the examine text of the crystal that you can attach it to jumpsuits to remind people. --- code/game/machinery/vending.dm | 3 ++- code/modules/vore/fluffstuff/custom_items_vr.dm | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/code/game/machinery/vending.dm b/code/game/machinery/vending.dm index ee5d9b44ea..8069c547e9 100644 --- a/code/game/machinery/vending.dm +++ b/code/game/machinery/vending.dm @@ -810,7 +810,8 @@ /obj/item/weapon/reagent_containers/glass/bottle/stoxin = 4,/obj/item/weapon/reagent_containers/glass/bottle/toxin = 4, /obj/item/weapon/reagent_containers/syringe/antiviral = 4,/obj/item/weapon/reagent_containers/syringe = 12, /obj/item/device/healthanalyzer = 5,/obj/item/weapon/reagent_containers/glass/beaker = 4, /obj/item/weapon/reagent_containers/dropper = 2, - /obj/item/stack/medical/advanced/bruise_pack = 3, /obj/item/stack/medical/advanced/ointment = 3, /obj/item/stack/medical/splint = 2) + /obj/item/stack/medical/advanced/bruise_pack = 3, /obj/item/stack/medical/advanced/ointment = 3, /obj/item/stack/medical/splint = 2, + /obj/item/weapon/storage/box/khcrystal = 4) //VOREStation Add contraband = list(/obj/item/weapon/reagent_containers/pill/tox = 3,/obj/item/weapon/reagent_containers/pill/stox = 4,/obj/item/weapon/reagent_containers/pill/antitox = 6) idle_power_usage = 211 //refrigerator - believe it or not, this is actually the average power consumption of a refrigerated vending machine according to NRCan. diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index a8f3892a47..abccac24b3 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -387,7 +387,7 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie /obj/item/clothing/accessory/collar/khcrystal name = "life crystal" desc = "A small crystal with four little dots in it. It feels slightly warm to the touch. \ - Read manual before use! NOTE: Device contains antimatter." + Read manual before use! Can be worn, held, or attached to uniform. NOTE: Device contains antimatter." w_class = ITEMSIZE_SMALL icon = 'icons/vore/custom_items_vr.dmi' @@ -486,7 +486,7 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie

This device contains antimatter. Please consult all local regulations when travelling to ensure compliance with local laws.

"} /obj/item/weapon/storage/box/khcrystal - name = "KH-LC91-1 carrying case" + name = "life crystal case" icon = 'icons/vore/custom_items_vr.dmi' icon_state = "khlifebox" desc = "This case can only hold the KH-LC91-1 and a manual."