I wasn't paying enough attention, but it added a feature I wasn't intending. This smooths out the feature.
This commit is contained in:
Zna12
2018-03-06 22:42:02 -06:00
parent 1fc03bb392
commit 09c840d291
@@ -1,5 +1,5 @@
/datum/reagent/space_cleaner/reaction_obj(obj/O, reac_volume)
if(istype(O, /obj/effect/decal/cleanable) || istype(O, /obj/item/projectile/bullet/reusable/foam_dart/mag) || istype(O, /obj/item/ammo_casing/caseless/foam_dart))
if(istype(O, /obj/effect/decal/cleanable) || istype(O, /obj/item/projectile/bullet/reusable/foam_dart) || istype(O, /obj/item/ammo_casing/caseless/foam_dart))
qdel(O)
else
if(O)