Skip to content

Commit

Permalink
why erikaaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
rye-rice committed Oct 1, 2023
1 parent 0ddfe7f commit 703344b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/modules/projectiles/projectile/bullets/gauss.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
/obj/projectile/bullet/gauss
name = "ferromagnetic pellet"
icon_state = "gauss-pellet"
damage = 20
armour_penetration = 40
damage = 25
range = 35
light_color = COLOR_SOFT_RED
light_range = 3
Expand All @@ -15,11 +14,13 @@
name = "ferromagnetic lance"
icon_state = "redtrac"
damage = 30
armour_penetration = 20

// Ferromagnetic Slug (Model H)

/obj/projectile/bullet/gauss/slug
name = "ferromagnetic slug"
icon_state = "gauss-slug"
damage = 50
armour_penetration = -60
speed = 0.8

0 comments on commit 703344b

Please sign in to comment.