Merge pull request #5830 from Zna12/Biodegradable-Darts
Degradable Darts, Citadel Style
This commit is contained in:
@@ -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) || 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)
|
||||
@@ -2703,6 +2703,7 @@
|
||||
#include "modular_citadel\code\modules\projectiles\guns\ballistic\spinfusor.dm"
|
||||
#include "modular_citadel\code\modules\projectiles\guns\energy\energy_gun.dm"
|
||||
#include "modular_citadel\code\modules\projectiles\guns\energy\laser.dm"
|
||||
#include "modular_citadel\code\modules\reagents\chemistry\reagents\other_reagents.dm"
|
||||
#include "modular_citadel\code\modules\reagents\reagent container\cit_kegs.dm"
|
||||
#include "modular_citadel\code\modules\reagents\reagent container\hypospraymkii.dm"
|
||||
#include "modular_citadel\code\modules\reagents\reagent container\hypovial.dm"
|
||||
|
||||
Reference in New Issue
Block a user