From 1c84375bba23f82539c37da50422f5456f7c06c0 Mon Sep 17 00:00:00 2001 From: Nerevar <12636964+Nerev4r@users.noreply.github.com> Date: Sat, 14 Dec 2024 21:01:11 -0700 Subject: [PATCH] Update poly.dm Signed-off-by: Nerevar <12636964+Nerev4r@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 b1a8ca5770a5b..fb79c0d73b9b8 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 = 0.33 /// DOPPLER EDIT CHANGE - DEFAULT: 13 + speech_probability_rate = 0.33 // DOPPLER EDIT CHANGE - DEFAULT: 13 /// Callback to save our memory at the end of the round. var/datum/callback/roundend_callback = null