From 2e6bcf6b535f588ea911b64ff486d0197950c091 Mon Sep 17 00:00:00 2001 From: Oni328 <105992212+Oni328@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:49:02 +0300 Subject: [PATCH] magpistol-rebalance (#1243) 1234 --- code/modules/projectiles/guns/ballistic/magweapon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/ballistic/magweapon.dm b/code/modules/projectiles/guns/ballistic/magweapon.dm index b2983fae549a..8a9e009ffbf5 100644 --- a/code/modules/projectiles/guns/ballistic/magweapon.dm +++ b/code/modules/projectiles/guns/ballistic/magweapon.dm @@ -84,7 +84,7 @@ slot_flags = ITEM_SLOT_BELT fire_sound = 'sound/weapons/magpistol.ogg' mag_type = /obj/item/ammo_box/magazine/mmag/small - fire_delay = 2 + fire_delay = 4.5 //BLUEMOON REBALANCE 2 ----> 4.5 inaccuracy_modifier = 0.25 cell_type = /obj/item/stock_parts/cell/magnetic/pistol automatic_burst_overlay = FALSE