From 34005d4f623da5d40884a3c8ccee0dae5f4817f9 Mon Sep 17 00:00:00 2001 From: Omega_DarkPotato <66705879+OmegaDarkPotato@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:48:15 -0500 Subject: [PATCH] Update poly.dm Makes poly speak once every 2.5m instead of once every 5s on avg Signed-off-by: Omega_DarkPotato <66705879+OmegaDarkPotato@users.noreply.github.com> --- code/modules/mob/living/basic/pets/parrot/poly.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/basic/pets/parrot/poly.dm b/code/modules/mob/living/basic/pets/parrot/poly.dm index f825788decd98..54077bed80da4 100644 --- a/code/modules/mob/living/basic/pets/parrot/poly.dm +++ b/code/modules/mob/living/basic/pets/parrot/poly.dm @@ -16,7 +16,7 @@ name = "Poly" desc = "Poly the Parrot. An expert on quantum cracker theory." gold_core_spawnable = NO_SPAWN - speech_probability_rate = 13 + speech_probability_rate = 0.33 /// Callback to save our memory at the end of the round. var/datum/callback/roundend_callback = null