Skip to content

Commit

Permalink
reduced throw distance on unguided HE
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumipharon committed Dec 2, 2024
1 parent 75fcf3b commit ba0ef7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/ammo_types/rocket_ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
ammo_behavior_flags = AMMO_SNIPER // We want this one to specifically go over onscreen range.

/datum/ammo/rocket/he/unguided/drop_nade(turf/T)
explosion(T, 0, 7, 0, 0, 2)
explosion(T, 0, 7, 0, 0, 2, throw_range = 4)

/datum/ammo/rocket/ap
name = "kinetic penetrator"
Expand Down

0 comments on commit ba0ef7e

Please sign in to comment.