[MIRROR] Fixes Wrong Area Pathing For Snowy Floors [MDB IGNORE] (#13767)

* 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.

* Fixes Wrong Area Pathing For Snowy Floors

Co-authored-by: san7890 <the@san7890.com>
This commit is contained in:
SkyratBot
2022-05-21 04:38:54 +01:00
committed by GitHub
co-authored by san7890
parent 02f8307aa9
commit 79402392c4
@@ -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