Merge pull request #2213 from Fox-McCloud/destroy-fixes

Fixes a few Destroys
This commit is contained in:
TheDZD
2015-09-28 19:28:29 -04:00
7 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
/obj/item/weapon/mop/Destroy()
janitorial_equipment -= src
return..()
return ..()
/obj/item/weapon/mop/proc/clean(turf/simulated/A)
if(reagents.has_reagent("water", 1) || reagents.has_reagent("cleaner", 1) || reagents.has_reagent("holywater", 1))