Skip to content

Commit

Permalink
[MIRROR] Fix combat boots having no sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
SierraKomodo authored and SuhEugene committed Oct 31, 2023
1 parent 93e5311 commit 15e3e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/shoes/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
/obj/item/clothing/shoes/combat //Basically SWAT shoes combined with galoshes.
name = "combat boots"
desc = "When you REALLY want to turn up the heat."
icon_state = "jungle"
icon_state = "swat"
force = 5
armor = list(
melee = ARMOR_MELEE_VERY_HIGH,
Expand Down

0 comments on commit 15e3e08

Please sign in to comment.