Files
Bubberstation/code/datums/actions/mobs/mobcooldown.dm
Tom 4f7eb68fc7 [MIRROR] 68382 & 68806 (#15277)
* [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
2022-07-29 15:05:42 -04:00

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