Degradable Darts, Citadel Style

Just incase upstream doesn't want my memes.
This commit is contained in:
Zna12
2018-03-06 21:54:15 -06:00
parent 6c732407e8
commit 05159e8029
2 changed files with 8 additions and 0 deletions
@@ -0,0 +1,7 @@
/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))
qdel(O)
else
if(O)
O.remove_atom_colour(WASHABLE_COLOUR_PRIORITY)
O.SendSignal(COMSIG_COMPONENT_CLEAN_ACT, CLEAN_STRENGTH_BLOOD)