Skip to content

Commit

Permalink
icon fix
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Jul 10, 2023
1 parent 3382156 commit fa534ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/modules/cm_marines/Donator_Items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,8 @@
/obj/item/clothing/suit/storage/marine/fluff/fairedan //CKEY=fairedan (UNIQUE)
name = "Freighter Crew Flight Jacket"
desc = "Standard Issue Jacket for crew that serve on Lockmart CM-88B Bison starfreighters. It has the number 1809246 on the inside tag... DONOR ITEM"
icon_state = "fairedan_vest"
item_state = "fairedan_vest"
icon_state = "Fairedan_vest"
item_state = "Fairedan_vest"

/obj/item/clothing/suit/storage/marine/fluff/jackmcintyre //CKEY=jackmcintyre (UNIQUE)
name = "Exo-Suit Jackert"
Expand Down Expand Up @@ -1174,8 +1174,8 @@
/obj/item/clothing/under/marine/fluff/fairedan //CKEY=fairedan (UNIQUE)
name = "Starfreighter Jumpsuit"
desc = "Standard Issue Jumpsuit for crew that serve on Lockmart CM-88B Bison starfreighters. It has the number 1809246 on the inside tag.... DONOR ITEM"
icon_state = "fairedan_jumpsuit"
worn_state = "fairedan_jumpsuit"
icon_state = "Fairedan_jumpsuit"
worn_state = "Fairedan_jumpsuit"
flags_jumpsuit = FALSE

/obj/item/clothing/under/marine/fluff/commissar //used by both ckeys 'hycinth' and 'technokat' (UNIQUE)
Expand Down

0 comments on commit fa534ce

Please sign in to comment.