Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
None
Purpose of change
Debug quick setup could cover even more common needs
Describe the solution
Implement them
Now adds the following mutations with quick setup and toggle:
Debug mind control (already exists, just forgot to add it before) lets you instantly recruit NPCs with a chat command
Debug light (already exists, just forgot to add it before) prevents many common things from stopping when darkness hits (which check light level as opposed to whether you have clairvoyance. This is less invasive)
Debug stamina (new) gives you 10x as much stamina regen. Because DEBUG_SPEED let you walk 11x as fast, but didn't modify your stamina drain on walking... meaning that you'd eventually walk yourself out of stamina, prompting a query. Unfortunate!
-There is an existing mutation, DEBUG_CARDIO, which sounds like it should handle this but it uh, doesn't? In any case stamina and cardio are distinct concepts, so more debug power is more debug power.
Also added WATCH and THERMOMETER flags to the pocket universe, so the sidebar can provide that information instantly when quick setup is applied.
Describe alternatives you've considered
Testing
Additional context