Skip to content

Commit

Permalink
Tank adjustments (#15815)
Browse files Browse the repository at this point in the history
  • Loading branch information
chizzy376 committed May 15, 2024
1 parent a6946bc commit e3807a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/ammo_types/heavy_ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
/datum/ammo/bullet/minigun/ltaap
name = "chaingun bullet"
damage = 30
penetration = 10
penetration = 15
sundering = 0
ammo_behavior_flags = AMMO_BALLISTIC|AMMO_IFF
damage_falloff = 2
Expand Down
1 change: 1 addition & 0 deletions code/modules/projectiles/ammo_types/rocket_ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
penetration = 50
damage = 200
hud_state = "bigshell_he"
sundering = 20

/datum/ammo/rocket/ltb/drop_nade(turf/T)
explosion(T, 0, 2, 5, 0, 3)
Expand Down

0 comments on commit e3807a9

Please sign in to comment.