Skip to content

Commit

Permalink
HE slug tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
X0-11 committed Jul 27, 2023
1 parent 2e1b33e commit a5840c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/halo/weapons/ammo_railslug.dm
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
steps_between_delays = 6

/obj/item/projectile/bullet/railslug/HE
damage = 65
armor_penetration = 50
damage = 60
armor_penetration = 60
shield_damage = 175
penetrating = 0

/obj/item/projectile/bullet/railslug/HE/on_impact(var/atom/target)
explosion(get_turf(target), 0, 1, 2, 4,guaranteed_damage = 35,guaranteed_damage_range = 1)
explosion(get_turf(target), -1, 1, 2, 4,guaranteed_damage = 20,guaranteed_damage_range = 1)
..()

0 comments on commit a5840c4

Please sign in to comment.