mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Removes Dirty Floors (#12519)
This commit is contained in:
committed by
variableundefined
parent
51f65222ec
commit
a4641cc0cf
@@ -27,7 +27,6 @@
|
||||
/obj/item/mop/proc/clean(turf/simulated/A)
|
||||
if(reagents.has_reagent("water", 1) || reagents.has_reagent("cleaner", 1) || reagents.has_reagent("holywater", 1))
|
||||
A.clean_blood()
|
||||
A.dirt = 0
|
||||
for(var/obj/effect/O in A)
|
||||
if(is_cleanable(O))
|
||||
qdel(O)
|
||||
|
||||
@@ -55,7 +55,6 @@
|
||||
|
||||
/obj/item/soap/proc/clean_turf(turf/simulated/T)
|
||||
T.clean_blood()
|
||||
T.dirt = 0
|
||||
for(var/obj/effect/O in T)
|
||||
if(is_cleanable(O))
|
||||
qdel(O)
|
||||
|
||||
Reference in New Issue
Block a user