Open Issues Need Help
View All on GitHubA fork of the Space Wizards' Space Station 14 for playing with toys
A fork of the Space Wizards' Space Station 14 for playing with toys
AI Summary: Fix a bug in the Einstein Engines game where pressing 'z' while holding an open, sealable container closes it instead of allowing the player to drink from it. This requires investigating the interaction priorities within the game's code and potentially adjusting the fluid container prototypes.
A fork of the Space Wizards' Space Station 14 for playing with toys
AI Summary: Debug and fix a server-side crash in the Einstein Engines game (a Space Station 14 fork) that occurs when attempting to empty a revolver after all rounds have been fired. The crash is indicated by a `System.NullReferenceException` in the `SharedContainerSystem.Remove` method, originating from the `SharedGunSystem.EmptyRevolver` function. This requires examining the game's code, identifying the null reference, and implementing a fix to prevent the crash.
A fork of the Space Wizards' Space Station 14 for playing with toys