Skip to content

Commit

Permalink
nice catch apoggers
Browse files Browse the repository at this point in the history
  • Loading branch information
rye-rice committed Jan 23, 2024
1 parent 06e57fa commit 9dd887b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/projectiles/projectile/bullets/shotgun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
/obj/projectile/bullet/pellet/buckshot
name = "buckshot pellet"
damage = 20
armour_penetration = -35
armour_penetration = -10

/obj/projectile/bullet/pellet/rubbershot
name = "rubbershot pellet"
Expand All @@ -101,6 +101,7 @@

/obj/projectile/bullet/pellet/improvised
damage = 6
armour_penetration = -35
tile_dropoff = 0.6

// Mech Scattershot
Expand Down

0 comments on commit 9dd887b

Please sign in to comment.