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 1/5] 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 From 22ed84c1d53e5fd41ab886381693d88302279db9 Mon Sep 17 00:00:00 2001 From: Omega_DarkPotato <66705879+OmegaDarkPotato@users.noreply.github.com> Date: Sat, 14 Dec 2024 17:42:09 -0500 Subject: [PATCH 2/5] adds old default value + dopp edit comment 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 54077bed80da4..b735fc370f2d8 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 + speech_probability_rate = 0.33 /// DEFAULT: 15. Doppler Edit. /// Callback to save our memory at the end of the round. var/datum/callback/roundend_callback = null From 8c03592b56a3e2120abca9df5ec62e04760e0fd8 Mon Sep 17 00:00:00 2001 From: Omega_DarkPotato <66705879+OmegaDarkPotato@users.noreply.github.com> Date: Sat, 14 Dec 2024 17:42:41 -0500 Subject: [PATCH 3/5] Update poly.dm 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 b735fc370f2d8..01aabe51e847b 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 /// DEFAULT: 15. Doppler Edit. + speech_probability_rate = 0.33 /// DEFAULT: 13. Doppler Edit. /// Callback to save our memory at the end of the round. var/datum/callback/roundend_callback = null From d327ccf608dbcc879fc97c6b62aecf463045a23a Mon Sep 17 00:00:00 2001 From: Nerevar <12636964+Nerev4r@users.noreply.github.com> Date: Sat, 14 Dec 2024 21:00:20 -0700 Subject: [PATCH 4/5] 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 01aabe51e847b..b1a8ca5770a5b 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 /// DEFAULT: 13. Doppler Edit. + 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 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 5/5] 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