From 8cfda1f2ba4c00044b0ea747956b804f95b8b104 Mon Sep 17 00:00:00 2001 From: phil235 Date: Thu, 23 Jul 2015 01:00:41 +0200 Subject: [PATCH] Leather jacket and leather overcoat can now hold the same things as military jacket. --- code/modules/clothing/suits/miscellaneous.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index c3baa3deb8d..0369bcab18d 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -240,6 +240,7 @@ item_state = "hostrench" burn_state = -1 //Not Burnable max_heat_protection_temperature = ARMOR_MAX_TEMP_PROTECT + allowed = list(/obj/item/device/flashlight,/obj/item/weapon/tank/internals/emergency_oxygen,/obj/item/toy,/obj/item/weapon/storage/fancy/cigarettes,/obj/item/weapon/lighter,/obj/item/weapon/gun/projectile/automatic/pistol,/obj/item/weapon/gun/projectile/revolver,/obj/item/weapon/gun/projectile/revolver/detective) /obj/item/clothing/suit/jacket/leather/overcoat name = "leather overcoat"