mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user