fixes MORE

This commit is contained in:
Moltov
2021-10-21 22:31:07 -04:00
parent 2a243c465d
commit fc810abcaa
8 changed files with 8 additions and 4 deletions
@@ -48,6 +48,7 @@
/obj/effect/decal/cleanable/dirt
name = "dirt"
desc = "Someone should clean that up."
icon = 'icons/effects/dirt.dmi'
icon_state = "dirt"
canSmoothWith = list(/obj/effect/decal/cleanable/dirt, /turf/closed/wall, /obj/structure/falsewall)
smooth = SMOOTH_FALSE
@@ -59,7 +60,7 @@
if(T.tiled_dirt)
smooth = SMOOTH_MORE
icon = 'icons/effects/dirt.dmi'
icon_state = ""
icon_state = "dirt"
queue_smooth(src)
queue_smooth_neighbors(src)