Skip to content

Commit

Permalink
EMERGENCY FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Watchson committed Feb 1, 2024
1 parent cd90318 commit bf49c40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/clothing/suits/marine_coat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@
desc = "A casual brown vest."
icon_state = "vest_brown"
item_state = "vest_brown"
flags_atom = NO_SNOW_TYPE
has_buttons = FALSE

/obj/item/clothing/suit/storage/jacket/marine/vest/tan
Expand All @@ -316,6 +317,7 @@
desc = "A khaki suit jacket."
icon_state = "corporate_ivy"
item_state = "corporate_ivy"
flags_atom = NO_SNOW_TYPE
has_buttons = FALSE

/obj/item/clothing/suit/storage/jacket/marine/corporate/formal
Expand Down Expand Up @@ -351,6 +353,7 @@
desc = "A khaki bomber jacket popular among stationeers and blue-collar workers everywhere."
icon_state = "jacket_khaki"
item_state = "jacket_khaki"
flags_atom = NO_SNOW_TYPE
has_buttons = FALSE

/obj/item/clothing/suit/storage/jacket/marine/bomber/red
Expand Down

0 comments on commit bf49c40

Please sign in to comment.