Skip to content

Commit

Permalink
Tank coilgun tweaks (#16474)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumipharon authored Aug 18, 2024
1 parent 7d086a5 commit 7b5d63c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/projectiles/ammo_types/rocket_ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -576,21 +576,21 @@
accurate_range = 20
max_range = 40
damage = 300
penetration = 40
penetration = 50
sundering = 10
bullet_color = LIGHT_COLOR_TUNGSTEN
barricade_clear_distance = 4

/datum/ammo/rocket/coilgun/drop_nade(turf/T)
explosion(T, 0, 3, 5)
explosion(T, 0, 3, 5, 0, 2)

/datum/ammo/rocket/coilgun/holder //only used for tankside effect checks
ammo_behavior_flags = AMMO_ENERGY

/datum/ammo/rocket/coilgun/low
shell_speed = 2
damage = 150
penetration = 25
penetration = 40
sundering = 5

/datum/ammo/rocket/coilgun/low/drop_nade(turf/T)
Expand Down

0 comments on commit 7b5d63c

Please sign in to comment.