Adjusts projectile count and delay
This commit is contained in:
@@ -13,9 +13,9 @@
|
|||||||
custom_materials = list(/datum/material/iron=2000)
|
custom_materials = list(/datum/material/iron=2000)
|
||||||
clumsy_check = FALSE
|
clumsy_check = FALSE
|
||||||
fire_sound = 'sound/items/syringeproj.ogg'
|
fire_sound = 'sound/items/syringeproj.ogg'
|
||||||
var/time_per_syringe = 250
|
var/time_per_syringe = 300
|
||||||
var/syringes_left = 4
|
var/syringes_left = 5
|
||||||
var/max_syringes = 4
|
var/max_syringes = 5
|
||||||
var/last_synth = 0
|
var/last_synth = 0
|
||||||
|
|
||||||
/obj/item/gun/chem/Initialize()
|
/obj/item/gun/chem/Initialize()
|
||||||
|
|||||||
Reference in New Issue
Block a user