From 0451546231fd46e490b192c90d5fb601bcc89f2b Mon Sep 17 00:00:00 2001 From: Tom Heeren Date: Mon, 17 Apr 2017 22:12:19 -0500 Subject: [PATCH 1/2] Permits hoodies to carry flashlights --- code/modules/clothing/suits/miscellaneous.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index a835550ed44..4d88a21372c 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -457,6 +457,7 @@ icon_state = "black_hoodie" item_state = "blueshieldcoat" body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS + allowed = list(/obj/item/device/flashlight) hoodtype = /obj/item/clothing/head/hood species_fit = list("Vox") sprite_sheets = list( @@ -946,4 +947,4 @@ linked_staff.faith += 5 if(linked_staff.faith >= 100) //if this charge puts the staff at or above full, notify the wearer - to_chat(H, "Faith renewed; ready to convert new followers.") \ No newline at end of file + to_chat(H, "Faith renewed; ready to convert new followers.") From 2f7f2af5eb63c08a2808aab265202f849d0f9ba8 Mon Sep 17 00:00:00 2001 From: Tom Heeren Date: Wed, 19 Apr 2017 00:37:46 -0500 Subject: [PATCH 2/2] Re-adds the ability to carry oxygen tanks on your hoodie. Oops. --- code/modules/clothing/suits/miscellaneous.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index 4d88a21372c..d05982ac4fa 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -457,7 +457,7 @@ icon_state = "black_hoodie" item_state = "blueshieldcoat" body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS - allowed = list(/obj/item/device/flashlight) + allowed = list(/obj/item/device/flashlight, /obj/item/weapon/tank/emergency_oxygen) hoodtype = /obj/item/clothing/head/hood species_fit = list("Vox") sprite_sheets = list(