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