From 404fd201ab36ed2fc99c6a75c9b4f91d5b2eb444 Mon Sep 17 00:00:00 2001 From: AndroBetel <44546836+AndroBetel@users.noreply.github.com> Date: Fri, 28 Jun 2024 21:53:29 +0300 Subject: [PATCH] Update marine_armor.dm --- code/modules/clothing/suits/marine_armor.dm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/marine_armor.dm b/code/modules/clothing/suits/marine_armor.dm index 93160e68ff..84df570bc4 100644 --- a/code/modules/clothing/suits/marine_armor.dm +++ b/code/modules/clothing/suits/marine_armor.dm @@ -427,7 +427,7 @@ if(is_type_in_list(equipping_item, smartgun_back)) return - + . = COMPONENT_HUMAN_CANCEL_ATTEMPT_EQUIP if(equipping_item.flags_equip_slot == SLOT_BACK) @@ -469,6 +469,13 @@ /obj/item/storage/backpack/general_belt, /obj/item/device/motiondetector, /obj/item/device/walkman, + /obj/item/storage/large_holster/machete, + /obj/item/storage/belt/gun/type47, + ) + + smartgun_back = list( + /obj/item/storage/large_holster/machete, + /obj/item/ammo_box, )