mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Removes Dirty Floors (#12519)
This commit is contained in:
committed by
variableundefined
parent
51f65222ec
commit
a4641cc0cf
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user