- Nov 29, 2017
- 841
- 1,155
Bugfix release.
0.30.00-RA2 (2018.11.29)
WRT the Installation Sanity Check, I expect it will work on any Windows machine. But I don't know how well the various file functions work on other OSes. They are part of the Python core libraries, so I don't expect any problems.
I think the cooldown "cheater" message may have been old code that had not been cleaned up yet. As far as I can tell, the variable it checks is primarily used for hit chance. The value it checked for was >3, which is the normal Polymorph power limit. But there is additional code doing a more thorough check later, so this was probably a first draft.
0.30.00-RA2 (2018.11.29)
- Polymorph
- Combat maneuvers enabled above level 3.
- Removed "cheater" message when power on cooldown.
- Installation Sanity Check
- Files checksummed at start. If the files are the expected versions (no bad, missing, or modified files), a green checkmark will be displayed next to the version string in the menu.
WRT the Installation Sanity Check, I expect it will work on any Windows machine. But I don't know how well the various file functions work on other OSes. They are part of the Python core libraries, so I don't expect any problems.
Polymorph should be fully working now.combat powers poly disabled?
I think the cooldown "cheater" message may have been old code that had not been cleaned up yet. As far as I can tell, the variable it checks is primarily used for hit chance. The value it checked for was >3, which is the normal Polymorph power limit. But there is additional code doing a more thorough check later, so this was probably a first draft.