Merge pull request #6838 from Citadel-Station-13/upstream-merge-37974

[MIRROR] Fix glowshrooms missing their icon in the editor
This commit is contained in:
deathride58
2018-05-22 02:25:34 +00:00
committed by GitHub
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -78,7 +78,7 @@
pixel_x = -32
icon_state = "[base_icon_state][rand(1,3)]"
else //if on the floor, glowshroom on-floor sprite
icon_state = "[base_icon_state]f"
icon_state = base_icon_state
addtimer(CALLBACK(src, .proc/Spread), delay)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB