Removes Dirty Floors (#12519)

This commit is contained in:
Fox McCloud
2019-10-08 20:58:05 -04:00
committed by variableundefined
parent 51f65222ec
commit a4641cc0cf
7 changed files with 1 additions and 25 deletions
@@ -1130,9 +1130,6 @@ var/list/robot_verbs_default = list(
var/turf/tile = loc
if(isturf(tile))
var/floor_only = TRUE
if(istype(tile, /turf/simulated))
var/turf/simulated/S = tile
S.dirt = 0
for(var/A in tile)
if(istype(A, /obj/effect))
if(is_cleanable(A))