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 May 23, 2024
1 parent bf56402 commit 6b07a7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/clothing/suits/marine_armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@
storage_slots = 2
slowdown = SLOWDOWN_ARMOR_LIGHT
flags_inventory = BLOCKSHARPOBJ|SMARTGUN_HARNESS
flags_atom = NO_NAME_OVERRIDE
allowed = list(
/obj/item/tank/emergency_oxygen,
/obj/item/device/flashlight,
Expand Down Expand Up @@ -427,7 +428,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

0 comments on commit 6b07a7e

Please sign in to comment.