From 1711eac2ef0817b6c4a50e67de07e10dea52c5b8 Mon Sep 17 00:00:00 2001 From: Artorp Date: Thu, 29 Jan 2015 09:14:28 +0100 Subject: [PATCH] Added allowed list to paramedic hazard vest Added missing allowed list to paramedic hazard vest, it can now carry things such as health analyzers, flashlights, syringers and radios. --- code/modules/clothing/suits/jobs.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/clothing/suits/jobs.dm b/code/modules/clothing/suits/jobs.dm index b1b72376e8c..316cf98f2ff 100644 --- a/code/modules/clothing/suits/jobs.dm +++ b/code/modules/clothing/suits/jobs.dm @@ -7,6 +7,8 @@ desc = "A hazard vest used in the recovery of bodies." icon_state = "paramedic-vest" item_state = "paramedic-vest" + allowed = list(/obj/item/stack/medical, /obj/item/weapon/reagent_containers/dropper, /obj/item/weapon/reagent_containers/hypospray, /obj/item/weapon/reagent_containers/syringe, \ + /obj/item/device/healthanalyzer, /obj/item/device/flashlight, /obj/item/device/radio, /obj/item/weapon/tank/emergency_oxygen) armor = list(melee = 0, bullet = 0, laser = 0, energy = 0, bomb = 0, bio = 10, rad = 10) species_fit = list("Vox") sprite_sheets = list(