Skip to content

Commit

Permalink
Update marine_armor.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Jun 28, 2024
1 parent 221c69c commit 404fd20
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion code/modules/clothing/suits/marine_armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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,
)


Expand Down

0 comments on commit 404fd20

Please sign in to comment.