Skip to content

Commit

Permalink
Fixes the speech behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisemonster committed Sep 3, 2024
1 parent 1e0cf95 commit 67fc02d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
. = ..()

0 comments on commit 67fc02d

Please sign in to comment.