From 003c7663de56e1da43c0102c05f74571fc80463a Mon Sep 17 00:00:00 2001 From: Kill_Me_I_Noobs <118206719+Vonsant@users.noreply.github.com> Date: Sun, 11 Aug 2024 17:43:22 +0300 Subject: [PATCH] Update ParrotSpeechComponent.cs --- .../_NF/Speech/Components/ParrotSpeechComponent.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Content.Server/_NF/Speech/Components/ParrotSpeechComponent.cs b/Content.Server/_NF/Speech/Components/ParrotSpeechComponent.cs index ae255932c35..f9a645db87d 100644 --- a/Content.Server/_NF/Speech/Components/ParrotSpeechComponent.cs +++ b/Content.Server/_NF/Speech/Components/ParrotSpeechComponent.cs @@ -15,13 +15,13 @@ public sealed partial class ParrotSpeechComponent : Component public int MaximumPhraseLength = 7; [DataField] - public int MaximumPhraseCount = 10; + public int MaximumPhraseCount = 30; // Corvax 10 -> 30 [DataField] - public int MinimumWait = 120; // 120 / 60 = 2 minutes + public int MinimumWait = 30; // 120 / 60 = 2 minutes // Corvax 30 sec [DataField] - public int MaximumWait = 300; // 300 / 60 = 5 minutes + public int MaximumWait = 60; // 300 / 60 = 5 minutes // Corvax 1 min /// /// The probability that a parrot will learn from something an overheard phrase.