ivanov_strike
Vars | |
rockets_left | how many rockets can we send with ivanov strike |
---|---|
strike_cooldown_time | cooldown time between strike uses |
Procs | |
drop_missile | |
end_missile_targeting | |
on_equipment_click | signal called from clicking with equipment |
on_melee_click | signal called from clicking with no equipment |
reset_button_icon | |
start_missile_targeting |
Var Details
rockets_left
how many rockets can we send with ivanov strike
strike_cooldown_time
cooldown time between strike uses
Proc Details
drop_missile
Called via intercepted clicks when the missile ability is active Spawns a droppod and starts the cooldown of the missile strike ability arguments:
- target_turf: turf of the atom that was clicked on
end_missile_targeting
Called by the ivanov strike datum action or other actions that would end targetting Unhooks signals into clicking to call drop_missile plus other flavor like the overlay
on_equipment_click
signal called from clicking with equipment
on_melee_click
signal called from clicking with no equipment
reset_button_icon
called after an addtimer when the cooldown is finished with the ivanov strike, resets the icon
start_missile_targeting
Called by the ivanov strike datum action, hooks signals into clicking to call drop_missile Plus other flavor like the overlay