Did a lot of refactoring today.
Changes:
- Refactored all action (verb) handling to use a standardized data argument rather than an arg list. Has some downsides, but allows me to more easily pass new info to verb callbacks without doing a ton of extra refactoring work every time.
- Added ‘get in/on’ verb for containers/holders.
- Set hot springs to holder so you can go for a soak.
- Added handling for internal Rules (not triggered by user action) so I can apply the rulebook style to lots more things.
Bugs & Problems:
- Nothing new