diff --git a/code/datums/ai/_ai_behavoir.dm b/code/datums/ai/_ai_behavoir.dm index fad64f6e97d6..ba7e91868b0f 100644 --- a/code/datums/ai/_ai_behavoir.dm +++ b/code/datums/ai/_ai_behavoir.dm @@ -5,7 +5,7 @@ ///Flags for extra behavior var/behavior_flags = NONE ///Cooldown between actions performances - var/action_cooldown = 0 + var/action_cooldown = CLICK_CD_MELEE /// Called by the ai controller when first being added. Additional arguments depend on the behavior type. /// Return FALSE to cancel