Skip to content

Commit

Permalink
Revert "pump edit"
Browse files Browse the repository at this point in the history
This reverts commit 1020dd7.
  • Loading branch information
AmoryBlaine committed Jun 29, 2024
1 parent 1dba042 commit f6c2903
Show file tree
Hide file tree
Showing 3 changed files 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 @@ -1108,7 +1108,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_9
pump_delay = FIRE_DELAY_TIER_5*2
additional_fire_group_delay += pump_delay


Expand All @@ -1119,7 +1119,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)
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
Binary file modified icons/mob/humans/onmob/head_1.dmi
Binary file not shown.
Binary file modified icons/mob/humans/onmob/helmet_garb.dmi
Binary file not shown.

0 comments on commit f6c2903

Please sign in to comment.