Files
Bubberstation/code/datums/actions/mobs/sequences/dash_attack.dm
SkyratBot 15faaa54f5 [MIRROR] Rewrites how action buttons icons are generated, makes them layer nicer. Allows observers to see a mob's action buttons. [MDB IGNORE] (#17907)
* Rewrites how action buttons icons are generated, makes them layer nicer. Allows observers to see a mob's action buttons.

* conflicts

* Modular!

* update modular

* icon icon icon icon icon

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
Co-authored-by: Funce <funce.973@gmail.com>
2022-12-16 16:01:41 +00:00

12 lines
470 B
Plaintext

/datum/action/cooldown/mob_cooldown/dash_attack
name = "Dashing And Attacking"
button_icon = 'icons/mob/actions/actions_items.dmi'
button_icon_state = "sniper_zoom"
desc = "Allows you to dash and fire at a target simultaneously."
cooldown_time = 3 SECONDS
shared_cooldown = MOB_SHARED_COOLDOWN_2
sequence_actions = list(
/datum/action/cooldown/mob_cooldown/dash = 0.1 SECONDS,
/datum/action/cooldown/mob_cooldown/projectile_attack/kinetic_accelerator = 0,
)