From 1048a969d4fd3b493afd13d2b3fb60b8f15af1cd Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 29 Apr 2020 15:23:01 -0400 Subject: [PATCH] Admin discussion changes --- code/game/objects/items/weapons/storage/firstaid_vr.dm | 2 +- code/modules/reagents/reagent_containers/hypospray_vr.dm | 2 +- maps/tether/tether_things.dm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/objects/items/weapons/storage/firstaid_vr.dm b/code/game/objects/items/weapons/storage/firstaid_vr.dm index 6123ffb0e32..91a2c77d972 100644 --- a/code/game/objects/items/weapons/storage/firstaid_vr.dm +++ b/code/game/objects/items/weapons/storage/firstaid_vr.dm @@ -14,7 +14,7 @@ /obj/item/weapon/storage/firstaid/regular starts_with = list( - /obj/item/device/healthanalyzer, + /obj/item/stack/medical/bruise_pack, /obj/item/stack/medical/bruise_pack, /obj/item/stack/medical/bruise_pack, /obj/item/stack/medical/bruise_pack, diff --git a/code/modules/reagents/reagent_containers/hypospray_vr.dm b/code/modules/reagents/reagent_containers/hypospray_vr.dm index 6cd0926761a..ff2586c528f 100644 --- a/code/modules/reagents/reagent_containers/hypospray_vr.dm +++ b/code/modules/reagents/reagent_containers/hypospray_vr.dm @@ -1,7 +1,7 @@ /obj/item/weapon/reagent_containers/hypospray/autoinjector/burn name = "autoinjector (burn)" icon_state = "purple" - filled_reagents = list("dermaline" = 4, "tramadol" = 1) + filled_reagents = list("dermaline" = 3.5, "leporazine" = 1.5) /obj/item/weapon/reagent_containers/hypospray/autoinjector/trauma name = "autoinjector (trauma)" diff --git a/maps/tether/tether_things.dm b/maps/tether/tether_things.dm index 035c704af3b..11c775b3763 100644 --- a/maps/tether/tether_things.dm +++ b/maps/tether/tether_things.dm @@ -331,7 +331,7 @@ var/global/list/latejoin_tram = list() desc = "Wall-mounted Medical Equipment dispenser. This limited-use version dispenses antitoxins with mild painkillers for surface EVAs." icon_state = "wallmed" density = 0 //It is wall-mounted, and thus, not dense. --Superxpdude - products = list(/obj/item/weapon/reagent_containers/pill/airlock = 10,/obj/item/device/healthanalyzer = 1) + products = list(/obj/item/weapon/reagent_containers/pill/airlock = 20) contraband = list(/obj/item/weapon/reagent_containers/pill/tox = 2) req_log_access = access_cmo has_logs = 1