Footprint Fixes (#19277)

* Fixed footprints having a white footprint attached to it.

Fixes https://github.com/Aurorastation/Aurora.3/issues/19148
This commit is contained in:
Geeves
2024-05-31 20:15:16 +00:00
committed by GitHub
parent 04a1f67d3f
commit ecfafa336c
2 changed files with 7 additions and 1 deletions
@@ -35,7 +35,7 @@
random_icon_states = null
var/dirs=0
icon = 'icons/effects/fluidtracks.dmi'
icon_state = "human2"
icon_state = "" // invisible sprite, our icon is built using overlays instead
var/coming_state = "blood1"
var/going_state = "blood2"