-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# About the pull request This PR fixes several issues with tutorials: - Tutorial path was not guarded - Xenomorph tutorial allowed evolution/de-evolution. For evolution this just caused runtimes. De-evolution would ghostize you weirdly (couldn't get sent to lobby). - Ghosting when in a tutorial would throw a runtime because the observer Login would resume its call when a signal had already transferred the client to a newplayer mob. # Explain why it's good for the game Less runtimes and ⭐ funkyness ⭐ e.g. ![image](https://github.com/cmss13-devs/cmss13/assets/76988376/0667d66e-9531-49fb-8b96-f0dd82598473) ![image](https://github.com/cmss13-devs/cmss13/assets/76988376/6617bc3a-a397-4cd3-9702-89b775b8cf30) # Testing Photographs and Procedure <details> <summary>Screenshots & Videos</summary> ![image](https://github.com/cmss13-devs/cmss13/assets/76988376/02f8fab1-5650-4b9b-baa3-fa3d704b6ada) </details> # Changelog :cl: Drathek fix: Fixed xeno tutorial allowing evolution/de-evolution fix: Fixed some runtimes with tutorials /:cl:
- Loading branch information
Showing
4 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters