Skip to content

Commit

Permalink
Update code/modules/clothing/shoes/marine_shoes.dm
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
spartanbobby and harryob committed Sep 6, 2023
1 parent 1c86880 commit d21c009
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion code/modules/clothing/shoes/marine_shoes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,12 @@
flags_heat_protection = BODY_FLAG_FEET
flags_inventory = FPRINT|NOSLIPPING
siemens_coefficient = 0.6
items_allowed = list(/obj/item/attachable/bayonet, /obj/item/weapon/throwing_knife, /obj/item/weapon/gun/pistol/holdout, /obj/item/weapon/gun/pistol/clfpistol)
items_allowed = list(
/obj/item/attachable/bayonet,
/obj/item/weapon/throwing_knife,
/obj/item/weapon/gun/pistol/holdout,
/obj/item/weapon/gun/pistol/clfpistol,
)
flags_atom = NO_NAME_OVERRIDE

/obj/item/clothing/shoes/royal_marine/knife
Expand Down

0 comments on commit d21c009

Please sign in to comment.