Skip to content

Commit

Permalink
Unnerfs the shotgun
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Aug 6, 2023
1 parent 9d30582 commit 915fb4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/projectiles/guns/shotguns.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ can cause issues with ammo types getting mixed up during the burst.

/obj/item/weapon/gun/shotgun/pump/Initialize(mapload, spawn_empty)
. = ..()
pump_delay = FIRE_DELAY_TIER_4*2
pump_delay = FIRE_DELAY_TIER_5*2
additional_fire_group_delay += pump_delay


Expand All @@ -1112,7 +1112,7 @@ can cause issues with ammo types getting mixed up during the burst.
/obj/item/weapon/gun/shotgun/pump/set_gun_config_values()
..()
set_burst_amount(BURST_AMOUNT_TIER_1)
set_fire_delay(FIRE_DELAY_TIER_7 * 5)
set_fire_delay(FIRE_DELAY_TIER_7 * 4)
accuracy_mult = BASE_ACCURACY_MULT + HIT_ACCURACY_MULT_TIER_3
accuracy_mult_unwielded = BASE_ACCURACY_MULT - HIT_ACCURACY_MULT_TIER_10
scatter = SCATTER_AMOUNT_TIER_6
Expand Down

0 comments on commit 915fb4d

Please sign in to comment.