Smith Polish: Another Fire Rate Fix (#29168)

Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
This commit is contained in:
PollardTheDragon
2025-05-17 13:10:33 +00:00
committed by GitHub
parent f8388d2152
commit 35f4b7a41a
+4 -1
View File
@@ -173,7 +173,10 @@
/obj/item/gun/energy/process_fire(atom/target, mob/living/user, message = 1, params, zone_override, bonus_spread = 0)
if(!chambered && can_shoot())
process_chamber()
return ..()
..()
if(current_lens)
user.changeNext_move(CLICK_CD_RANGE / current_lens.fire_rate_mult)
return
/obj/item/gun/energy/shoot_live_shot(mob/living/user, atom/target, pointblank = FALSE, message = TRUE)
..()