Skip to content

Commit

Permalink
Update poly.dm
Browse files Browse the repository at this point in the history
Makes poly speak once every 2.5m instead of once every 5s on avg

Signed-off-by: Omega_DarkPotato <[email protected]>
  • Loading branch information
OmegaDarkPotato authored Dec 12, 2024
1 parent c07b7e8 commit 34005d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/basic/pets/parrot/poly.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34005d4

Please sign in to comment.