From aa8a898a0723c0fe3051d3d3e68edd54930bd002 Mon Sep 17 00:00:00 2001 From: Morrow Date: Wed, 8 Nov 2023 21:02:08 -0500 Subject: [PATCH] moves shotgun ammo around --- code/datums/ammo/bullet/shotgun.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/datums/ammo/bullet/shotgun.dm b/code/datums/ammo/bullet/shotgun.dm index 527cb9afa5..d8a7248436 100644 --- a/code/datums/ammo/bullet/shotgun.dm +++ b/code/datums/ammo/bullet/shotgun.dm @@ -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. @@ -195,7 +195,6 @@ accurate_range = 8 max_range = 8 damage = 90 - penetration = ARMOR_PENETRATION_TIER_4 firing_freq_offset = SOUND_FREQ_LOW /*