Skip to content

Commit

Permalink
tones down special buckshot a tad
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 21, 2023
1 parent f6babeb commit 771b6d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/ammo/bullet/shotgun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@

accurate_range = 8
max_range = 8
damage = 140
damage = 90
penetration = ARMOR_PENETRATION_TIER_4
bonus_projectiles_amount = EXTRA_PROJECTILES_TIER_6
firing_freq_offset = SOUND_FREQ_LOW
Expand Down Expand Up @@ -195,7 +195,7 @@

accurate_range = 8
max_range = 8
damage = 140
damage = 90
penetration = ARMOR_PENETRATION_TIER_4
firing_freq_offset = SOUND_FREQ_LOW

Expand Down

0 comments on commit 771b6d7

Please sign in to comment.