mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-10 15:45:05 +01:00
af9ed1ee04
* Basic Space Dragon (#78979) * Basic Space Dragon --------- Co-authored-by: Jacquerel <hnevard@gmail.com>
11 lines
379 B
Plaintext
11 lines
379 B
Plaintext
/datum/action/cooldown/mob_cooldown
|
|
name = "Standard Mob Cooldown Ability"
|
|
button_icon = 'icons/mob/actions/actions_items.dmi'
|
|
button_icon_state = "sniper_zoom"
|
|
desc = "Click this ability to attack."
|
|
check_flags = AB_CHECK_CONSCIOUS | AB_CHECK_INCAPACITATED
|
|
cooldown_time = 5 SECONDS
|
|
text_cooldown = TRUE
|
|
click_to_activate = TRUE
|
|
shared_cooldown = MOB_SHARED_COOLDOWN_1
|