Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes Poly's AI Freezing #3224

Merged
merged 2 commits into from
Sep 5, 2024
Merged

Conversation

Wisemonster
Copy link
Collaborator

@Wisemonster Wisemonster commented Sep 3, 2024

About The Pull Request

Fix Poly freezing up after speaking

Why It's Good For The Game

Turns out, the active_cooldown var is used to determine time between different actions, meaning that it being set to 45 for Poly speaking means that Poly has to wait 45 seconds before they can perform any other AI tasks, causing them to freeze in place after speaking. This fixes that, without Poly becoming a chatterbox on the comms (that is handled in the behavior cooldown).

Changelog

🆑
fix: Fixes Poly freezing up after speaking
/:cl:

@ThePooba ThePooba merged commit 3188e51 into Monkestation:master Sep 5, 2024
24 checks passed
github-actions bot added a commit that referenced this pull request Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants