[MIRROR] Makes the syndicate syringe gun start with a syringe loaded. (#801)

* Makes the syndicate syringe gun start with a syringe loaded. (#53656)

* Makes the syndicate syringe gun start with a syringe loaded.

Co-authored-by: Mike Long <lordpidey@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-09-14 20:36:21 +01:00
committed by GitHub
co-authored by Mike Long
parent 5cf715300d
commit 4b48fd800b
@@ -18,6 +18,7 @@
/obj/item/gun/syringe/Initialize()
. = ..()
chambered = new /obj/item/ammo_casing/syringegun(src)
recharge_newshot()
/obj/item/gun/syringe/handle_atom_del(atom/A)
. = ..()
@@ -95,6 +96,7 @@
force = 2 //Also very weak because it's smaller
suppressed = TRUE //Softer fire sound
can_unsuppress = FALSE //Permanently silenced
syringes = list(new /obj/item/reagent_containers/syringe())
/obj/item/gun/syringe/dna
name = "modified syringe gun"