From c06f45f86cdfe690e1a84452bf695a3b6fb456b1 Mon Sep 17 00:00:00 2001 From: FalloutFalcon Date: Mon, 20 Jan 2025 00:04:16 -0600 Subject: [PATCH] gorg orwall --- code/datums/ai/_ai_behavoir.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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