From 67fc02d665a4e12832bff30d6bcea1bd3950dea1 Mon Sep 17 00:00:00 2001 From: Wise Monster Date: Mon, 2 Sep 2024 23:56:16 -0400 Subject: [PATCH] Fixes the speech behavior --- .../mob/living/basic/pets/parrot/parrot_ai/parroting_action.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/monkestation/code/modules/mob/living/basic/pets/parrot/parrot_ai/parroting_action.dm b/monkestation/code/modules/mob/living/basic/pets/parrot/parrot_ai/parroting_action.dm index 96c6ed44340c..587ead6fec9e 100644 --- a/monkestation/code/modules/mob/living/basic/pets/parrot/parrot_ai/parroting_action.dm +++ b/monkestation/code/modules/mob/living/basic/pets/parrot/parrot_ai/parroting_action.dm @@ -3,3 +3,4 @@ /datum/ai_behavior/perform_speech/parrot/perform(seconds_per_tick, datum/ai_controller/controller, ...) controller.behavior_cooldowns[src] = world.time + rand(45 SECONDS, 3 MINUTES) + . = ..()