mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
* [MIRROR] Mob Ability Sequences Again Again (I swear this time) * [MIRROR] Fix: Cult construct can attack while their spells are on cooldown (All spells no longer have a Melee CD by default) [MDB IGNORE] * Update code/datums/actions/cooldown_action.dm
11 lines
352 B
Plaintext
11 lines
352 B
Plaintext
/datum/action/cooldown/mob_cooldown
|
|
name = "Standard Mob Cooldown Ability"
|
|
icon_icon = 'icons/mob/actions/actions_items.dmi'
|
|
button_icon_state = "sniper_zoom"
|
|
desc = "Click this ability to attack."
|
|
check_flags = AB_CHECK_CONSCIOUS
|
|
cooldown_time = 5 SECONDS
|
|
text_cooldown = TRUE
|
|
click_to_activate = TRUE
|
|
shared_cooldown = MOB_SHARED_COOLDOWN_1
|