mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Smith Polish: Another Fire Rate Fix (#29168)
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user