Skip to content

Commit

Permalink
fixiaefngiOGPIJ
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien committed Feb 15, 2024
1 parent 7baba5d commit fdb5ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/suits/marine_armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1924,7 +1924,7 @@ GLOBAL_LIST_INIT(armor_paints_heavy, list("padded" = "H1", "padless" = "H2", "pa

if(istype(A,/obj/item/clothing/suit/storage/marine/light))
to_chat(user, "it's an light armor.")
A.icon_state = (GLOB.armor_paints_light[mode])
A.icon_state = (GLOB.armor_paints[mode])
return

if(istype(A,/obj/item/clothing/suit/storage/marine/medium))
Expand Down

0 comments on commit fdb5ed2

Please sign in to comment.