Skip to content

Commit

Permalink
Update dropship_ammo.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers authored Mar 28, 2024
1 parent e0f8c02 commit 310a12a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/cm_marines/dropship_ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -298,11 +298,11 @@
desc = "A modified version of the AIM-224B missile, allows for custom reagent mix to be inserted in the receptacle"
icon_state = "custom_missile"
ammo_name = "rocket"
travelling_time = 70
travelling_time = 60
point_cost = 600
fire_mission_delay = 0 //direct bombard only
/// the limits of the custom missile (same as shell)
var/list/reaction_limits = list( "max_ex_power" = 360, "base_ex_falloff" = 90, "max_ex_shards" = 128,
var/list/reaction_limits = list( "max_ex_power" = 360, "base_ex_falloff" = 150, "max_ex_shards" = 128,
"max_fire_rad" = 8, "max_fire_int" = 40, "max_fire_dur" = 48,
"min_fire_rad" = 3, "min_fire_int" = 5, "min_fire_dur" = 5
)
Expand Down

0 comments on commit 310a12a

Please sign in to comment.