when cleanbot cleans a tile, it will now fully cleans the tile (#31548)

As opposed to taking out one stain at a time
This commit is contained in:
Incoming5643
2017-10-11 20:40:36 -04:00
committed by CitadelStationBot
parent 5b4e26cb06
commit 5711f562f0
@@ -206,7 +206,8 @@
if(A && isturf(A.loc))
var/atom/movable/AM = A
if(istype(AM, /obj/effect/decal/cleanable))
qdel(AM)
for(var/obj/effect/decal/cleanable/C in A.loc)
qdel(C)
anchored = FALSE
target = null