Currently travel restrictions are hard coded into a multi-dimensional array of booleans. We should fix this.
Potential options:
A world-serialized configuration system that can be manipulated in-game by staff using PropsObject gumps by a command.
A json configuration file.
For #1, we have the first go at a configuration system here: #653. That system was geared toward spawners and loot, not a general configuration system.
Currently travel restrictions are hard coded into a multi-dimensional array of booleans. We should fix this.
Potential options:
For #1, we have the first go at a configuration system here: #653. That system was geared toward spawners and loot, not a general configuration system.