Reorganize Scorn
- Move Barracks and Mess Hall to castle keep
- Move Fun House and Random House to southeast near arena
- Move Wizard Workshop to row of crafting buildings
- Remove closed buildings in central Scorn
- Adjust other buildings to fill in gaps
155 lines of code changed in 10 files:
Move deposit box code to separate file
Give deposit boxes their own script and update all the banks.
53 lines of code changed in 8 files:
Restore original CFBank API
Moving accounts to player files added unnecessary complexity. Restore
original API and add code to migrate accounts back from player files.
While here, wrap CFBank with a context manager so it can be used with
the Python 'with' statement.
47 lines of code changed in 3 files:
Remove unused imports
0 lines of code changed in 1 file:
Abolish bank fees
8 lines of code changed in 1 file:
Remove unlinked copies of linked Greyshield maps
7 lines of code changed in 18 files:
Replace hole with ladder going up
2 lines of code changed in 1 file:
Replace portals with stairs
7 lines of code changed in 1 file: