diff --git a/code/modules/projectiles/projectile/bullets/shotgun.dm b/code/modules/projectiles/projectile/bullets/shotgun.dm index 07f726b691..f9aa47c6a3 100644 --- a/code/modules/projectiles/projectile/bullets/shotgun.dm +++ b/code/modules/projectiles/projectile/bullets/shotgun.dm @@ -17,7 +17,8 @@ /obj/item/projectile/bullet/shotgun_stunslug name = "stunslug" - stamina = 30 + damage = 5 + stamina = 20 knockdown = 100 stutter = 5 jitter = 20