Woops.
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user