Fixes Wrong Area Pathing For Snowy Floors (#67117)

Hey there,

Apparently, these have been broken for God-knows-how-long. I decided to fix it today. Apparently, the "snowfloor" icon isn't even in decals.dmi... nor in snow.dmi... it's in _overlays.dmi_. Whatever. Someone should clean that up one day. I don't particularly care enough, I just want it fixed.
This commit is contained in:
san7890
2022-05-20 13:48:20 -06:00
committed by GitHub
parent fc1232ab7f
commit ec05c153dd
@@ -3,12 +3,13 @@
icon_state = "sandyfloor"
/obj/effect/turf_decal/weather/snow
icon = 'icons/turf/overlays.dmi'
name = "snowy floor"
icon_state = "snowyfloor"
icon_state = "snowfloor"
/obj/effect/turf_decal/weather/snow/corner
name = "snow corner piece"
icon = 'icons/turf/snow.dmi'
name = "snow corner piece"
icon_state = "snow_corner"
/obj/effect/turf_decal/weather/dirt