The change log says:
Quote
- Fixed Biobot continuing to work when their battery runs out.
- Fixed Rover continuing to work when their battery runs out.
But this is definitely only a partial fix.
Robots still refuse to die when there are errands with priority 6 or higher.
I created a demo in the sandbox. [All mods are disabled]
The batteries of both Robots will run out 5 seconds after loading the save file.
However, the Robots continue to work.
My suggestion:
To fix it, just need to add the following code to the constructor of the RobotDeathStates.Instance class:
chore.masterPriority.priority_class = PriorityScreen.PriorityClass.compulsory;
It makes the die-errand a higher priority than the any work-errand.
Steps to Reproduce
- Load the attached save file.
- Watch the Robots.
-
2
A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now