Skip to content

Commit

Permalink
moves shotgun ammo around
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Nov 9, 2023
1 parent 5e82b3a commit aa8a898
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/datums/ammo/bullet/shotgun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@

accurate_range = 8
max_range = 8
damage = 90
bonus_projectiles_amount = EXTRA_PROJECTILES_TIER_6
damage = 60
bonus_projectiles_amount = EXTRA_PROJECTILES_TIER_8
firing_freq_offset = SOUND_FREQ_LOW

//buckshot variant only used by the masterkey shotgun attachment.
Expand Down Expand Up @@ -195,7 +195,6 @@
accurate_range = 8
max_range = 8
damage = 90
penetration = ARMOR_PENETRATION_TIER_4
firing_freq_offset = SOUND_FREQ_LOW

/*
Expand Down

0 comments on commit aa8a898

Please sign in to comment.