Adds a unit test to check for any missing initial icon states (#8332)

This commit is contained in:
mikomyazaki
2020-02-23 02:43:12 -03:00
committed by GitHub
parent bc7286647e
commit 21f348ec57
106 changed files with 214 additions and 304 deletions
+1 -1
View File
@@ -621,7 +621,7 @@
name = "random coin"
desc = "This is a random coin."
icon = 'icons/obj/coins.dmi'
icon_state = "coin"
icon_state = "coin__heads"
problist = list(
/obj/item/coin/iron = 5,
/obj/item/coin/silver = 3,