-
Notifications
You must be signed in to change notification settings - Fork 8
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
Double AI Spawn during Malfunction. #190
Comments
The proc that appears to be causing this is /hook/roundstart/proc/spawn_empty_ai(). |
Working on it. |
Should be fixed in #196 |
Oh you beat me to the punch. I'll snag your branch and test it like you asked on gitter. |
That fix is a no go. While it stops the AI core from spawning during malf, it also stops if from spawning during any other game mode. |
...What? That doesn't make any sense. It should only return 0 when the gamemode is malfunction. |
After checking I can confirm that this currently exists in baycode as well. |
Oh my apologies I had the results from your attempt and mine swapped. This edit here still allows the extra core to spawn during malf. My own attempt (259edfa) ended with the removal of the core in all situations. |
When a malfunction AI is spawned as part of round start, another player is able to join as an AI player after everyone has spawned. The second AI is not malfunction, and spawns right on top of the original AI. Players should not be able to do this!
The text was updated successfully, but these errors were encountered: