Skip to content

Commit

Permalink
Heavily increases the speech cooldown of parrots
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Apr 15, 2024
1 parent fda0e3c commit f10e9e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/datum/ai_behavior/perform_speech/parrot
action_cooldown = 45 SECONDS // SHUT UP

/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)
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -6412,6 +6412,7 @@
#include "monkestation\code\modules\mob\living\basic\animatronic.dm"
#include "monkestation\code\modules\mob\living\basic\ggg\glerm.dm"
#include "monkestation\code\modules\mob\living\basic\ggg\susflash.dm"
#include "monkestation\code\modules\mob\living\basic\pets\parrot\parrot_ai\parroting_action.dm"
#include "monkestation\code\modules\mob\living\basic\space_fauna\fugu_gland.dm"
#include "monkestation\code\modules\mob\living\basic\vermin\mouse.dm"
#include "monkestation\code\modules\mob\living\carbon\carbon_death.dm"
Expand Down

0 comments on commit f10e9e2

Please sign in to comment.