P0-B1: Part 1063: Improvements, Debugging
I have made several improvements to the state variables and status effects system in the project.
All of the status variables (Various injuries, temperature related effects, etc, etc) now have their duration stored on the server as well. This means that it is much easier to remove these variables when the effect expires.
Previously I was storing the duration as a client variable, but this was causing some issues.
I have also made several changes and improvements to the AI, as well as a lot more testing.