Skip to content

Commit

Permalink
Update runner_abilities.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
silencer-pl committed Sep 25, 2024
1 parent 98b4379 commit 5506751
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,14 @@
plasma_cost = 0

var/ammo_type = /datum/ammo/xeno/surge_proj


/datum/action/xeno_action/activable/rapid_missles
name = "Missile Barrage"
action_icon_state = "runner_bonespur"
ability_name = "missile barrage"
macro_path = /datum/action/xeno_action/verb/rapid_missles
action_type = XENO_ACTION_CLICK
ability_primacy = XENO_PRIMARY_ACTION_2
xeno_cooldown = 60
plasma_cost = 0

0 comments on commit 5506751

Please sign in to comment.