v5.3.1
Important to note when upgrading:
- Nothing
Optimizations:
- Don't force a scope update when calling a property routine if the property value is 0 or NULL. This should save a lot of scope updates for games without OPTIONAL_MANUAL_SCOPE where there's often no user code to run in a turn.
Bugfixes:
- Fixed: add_to_scope didn't work properly.