Made initial_setup.py replaceable in settings.py

This commit is contained in:
Andrew Bastien 2020-04-13 14:16:22 -07:00
parent 7d78eda3fd
commit 109627090e
3 changed files with 7 additions and 2 deletions

View file

@ -13,7 +13,7 @@
- Added `content_types` indexing to DefaultObject's ContentsHandler. (volund)
- Made most of the networking classes such as Protocols and the SessionHandlers
replaceable via `settings.py` for modding enthusiasts. (volund)
- The `initial_setup.py` file can now be substituted in `settings.py` to customize initial game database state. (volund)
### Already in master
- `is_typeclass(obj (Object), exact (bool))` now defaults to exact=False