From a13e620abe9927324b0c31442d5d5f92a8e11054 Mon Sep 17 00:00:00 2001 From: FireFishie Date: Thu, 2 Aug 2012 15:26:24 -0400 Subject: [PATCH] Added some belt storage options -Medical, security, and tool-belts may now hold any type of lighter -Medical belts may now hold latex gloves and sterile masks -Security belts may now hold gas masks -Tool-belts may now hold cigarette packs --- code/game/objects/storage/belt.dm | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/code/game/objects/storage/belt.dm b/code/game/objects/storage/belt.dm index b707c10fc41..b6ab513c186 100644 --- a/code/game/objects/storage/belt.dm +++ b/code/game/objects/storage/belt.dm @@ -55,7 +55,11 @@ "/obj/item/weapon/cable_coil", "/obj/item/device/t_scanner", "/obj/item/device/analyzer", - "/obj/item/device/pda") + "/obj/item/device/pda", + "/obj/item/weapon/lighter", + "/obj/item/weapon/cigpacket", + "/obj/item/weapon/matchbox" + ) /obj/item/weapon/storage/belt/utility/full/New() @@ -102,12 +106,15 @@ "/obj/item/weapon/reagent_containers/syringe", "/obj/item/weapon/reagent_containers/glass/dispenser", "/obj/item/weapon/reagent_containers/hypospray", - "/obj/item/weapon/lighter/zippo", + "/obj/item/weapon/lighter", "/obj/item/weapon/cigpacket", + "/obj/item/weapon/matchbox", "/obj/item/weapon/storage/pill_bottle", "/obj/item/stack/medical", "/obj/item/device/flashlight/pen", - "/obj/item/device/pda" + "/obj/item/device/pda", + "/obj/item/clothing/mask/surgical", + "/obj/item/clothing/gloves/latex" ) @@ -141,10 +148,12 @@ "/obj/item/weapon/camera_test", "/obj/item/weapon/camera_film", "/obj/item/weapon/cigpacket", - "/obj/item/weapon/zippo", + "/obj/item/weapon/lighter", + "/obj/item/weapon/matchbox", "/obj/item/device/taperecorder", "/obj/item/weapon/evidencebag", - "/obj/item/taperoll/police" + "/obj/item/taperoll/police", + "/obj/item/clothing/mask/gas" ) /obj/item/weapon/storage/belt/soulstone