From d0ca33c7cc82bd543db5aa9a64bf8196c9de7dc7 Mon Sep 17 00:00:00 2001 From: ResidentCody Date: Thu, 5 Aug 2021 14:59:33 -0600 Subject: [PATCH] Update bore.dm --- code/modules/projectiles/guns/magnetic/bore.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/magnetic/bore.dm b/code/modules/projectiles/guns/magnetic/bore.dm index 3d52f5737ec..3cc05cc44bc 100644 --- a/code/modules/projectiles/guns/magnetic/bore.dm +++ b/code/modules/projectiles/guns/magnetic/bore.dm @@ -82,7 +82,7 @@ return "It has [mat_storage] out of [max_mat_storage] units of [ammo_material] loaded." else return "It\'s out of [ammo_material]!" - + /obj/item/weapon/gun/magnetic/matfed/attackby(var/obj/item/thing, var/mob/user) if(removable_components) @@ -165,6 +165,7 @@ item_state = "bore" wielded_item_state = "bore-wielded" one_handed_penalty = 5 + fire_delay = 20 projectile_type = /obj/item/projectile/bullet/magnetic/bore