mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-10 15:45:05 +01:00
15faaa54f5
* 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>
11 lines
448 B
Plaintext
11 lines
448 B
Plaintext
/datum/action/cooldown/mob_cooldown/direct_and_aoe
|
|
name = "Direct And AoE Firing"
|
|
button_icon = 'icons/mob/actions/actions_items.dmi'
|
|
button_icon_state = "sniper_zoom"
|
|
desc = "Allows you to shoot directly at a target while also firing around you."
|
|
cooldown_time = 12 SECONDS
|
|
sequence_actions = list(
|
|
/datum/action/cooldown/mob_cooldown/dash = 0.1 SECONDS,
|
|
/datum/action/cooldown/mob_cooldown/projectile_attack/kinetic_accelerator = 0,
|
|
)
|