Merge pull request #11351 from Core0verload/nodirt

Removes dirt from walking on tiles
This commit is contained in:
Aranclanos
2015-08-26 06:27:31 -03:00
9 changed files with 0 additions and 38 deletions
-3
View File
@@ -181,9 +181,6 @@
var/turf/tile = loc
if(isturf(tile))
tile.clean_blood()
if (istype(tile, /turf/simulated/floor))
var/turf/simulated/floor/F = tile
F.dirt = 0
for(var/A in tile)
if(istype(A, /obj/effect))
if(is_cleanable(A))