Dirt overlay fixes

This commit is contained in:
ZomgPonies
2013-12-17 07:25:42 -05:00
parent 0748c6e227
commit e29afdaf2b
3 changed files with 11 additions and 9 deletions
@@ -1168,6 +1168,9 @@
var/turf/tile = loc
if(isturf(tile))
tile.clean_blood()
if (istype(tile, /turf/simulated))
var/turf/simulated/S = tile
S.dirt = 0
for(var/A in tile)
if(istype(A, /obj/effect))
if(istype(A, /obj/effect/rune) || istype(A, /obj/effect/decal/cleanable) || istype(A, /obj/effect/overlay))