smart dart initial

This commit is contained in:
shellspeed1
2021-10-30 19:35:09 -07:00
parent ec560535c4
commit fb7d2a8ef3
2 changed files with 33 additions and 0 deletions
@@ -45,3 +45,16 @@
if(chambered && !chambered.BB)
chambered.newshot()
last_synth = world.time
/obj/item/gun/chem/smart
name = "improved smartdart gun"
desc = "A Nanotrasen syringe gun, modified to automatically synthesise smart chemical darts, and instead hold reagents."
icon_state = "chemgun"
item_state = "chemgun"
obj/item/gun/chem/smart/Initialize()
. = ..()
chambered = new /obj/item/ammo_casing/chemgun/smart(src)
START_PROCESSING(SSobj, src)
create_reagents(100, OPENCONTAINER)