Skip to content

Commit

Permalink
rmc boot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
silencer-pl committed Dec 2, 2023
1 parent 8a8159a commit 9e3cbbb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/modules/clothing/shoes/marine_shoes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,12 @@
)
flags_atom = NO_NAME_OVERRIDE

/obj/item/clothing/shoes/royal_marine/update_icon()
if(stored_item)
icon_state = "[initial(icon_state)]-1"
else
icon_state = initial(icon_state)

/obj/item/clothing/shoes/royal_marine/knife
/obj/item/clothing/shoes/royal_marine/knife/Initialize(mapload, ...)
. = ..()
Expand Down

0 comments on commit 9e3cbbb

Please sign in to comment.