Skip to content

Commit

Permalink
unnerfs CO guns
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Aug 8, 2023
1 parent 4f90bd2 commit d69ac06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code/modules/projectiles/guns/pistols.dm
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@

/obj/item/weapon/gun/pistol/heavy/set_gun_config_values()
..()
set_fire_delay(FIRE_DELAY_TIER_4)
set_fire_delay(FIRE_DELAY_TIER_5)
set_burst_amount(BURST_AMOUNT_TIER_2)
set_burst_delay(FIRE_DELAY_TIER_7)
set_burst_delay(FIRE_DELAY_TIER_8)
accuracy_mult = BASE_ACCURACY_MULT
accuracy_mult_unwielded = BASE_ACCURACY_MULT - HIT_ACCURACY_MULT_TIER_5
scatter = SCATTER_AMOUNT_TIER_6
Expand Down
4 changes: 2 additions & 2 deletions code/modules/projectiles/guns/revolvers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -596,9 +596,9 @@

/obj/item/weapon/gun/revolver/mateba/set_gun_config_values()
..()
set_fire_delay(FIRE_DELAY_TIER_2)
set_fire_delay(FIRE_DELAY_TIER_3)
set_burst_amount(BURST_AMOUNT_TIER_3)
set_burst_delay(FIRE_DELAY_TIER_7)
set_burst_delay(FIRE_DELAY_TIER_8)
accuracy_mult = BASE_ACCURACY_MULT + HIT_ACCURACY_MULT_TIER_2
accuracy_mult_unwielded = BASE_ACCURACY_MULT - HIT_ACCURACY_MULT_TIER_5
scatter = SCATTER_AMOUNT_TIER_7
Expand Down

0 comments on commit d69ac06

Please sign in to comment.