Fixed white shoes missing their sprites (#7784)

Fixes #7782
This commit is contained in:
fernerr
2019-12-23 17:32:57 +02:00
committed by Erki
parent 89bf344190
commit bfef6e2c61
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
/obj/item/clothing/shoes/white
name = "white shoes"
desc = "A pair of classy white shoes."
icon_state = "mime"
icon_state = "white"
/obj/item/clothing/shoes/medical
name = "doctor shoes"
@@ -0,0 +1,4 @@
author: Ferner
delete-after: True
changes:
- bugfix: "Fixed white shoes missing their sprites."