Commit graph

4 commits

Author SHA1 Message Date
b7b8a08f77 Fix glitch in command string handling
Due to inconsistent structure of spoiler logs, r- spells with "Equal
chance of any of the following" could end a line with a ':;". This just
find-and-replaces ':;' with ':' because that should never happen in
reality.
2021-03-28 19:12:58 -07:00
48f38d9672 Clean up command hash generation
Rather than COMMANDS and its join to CHRACTERS['commands'] be a messy
cluster of \n, do some string parsing to make it look much cleaner and
more readable.
2021-03-28 19:07:41 -07:00
cf1d7c0703 Initial commit 2021-03-27 23:44:02 -07:00
9ad4b01c32 Initial commit 2021-03-28 06:13:23 +00:00