blob: bbdf21176589787f95f78193874b0a0fc3d2ad79 (
plain)
1
2
3
4
5
6
|
// Package validate runs startup integrity checks across all YAML data files:
// duplicate IDs, referential integrity (rooms, mobs, objects, items, drops,
// courses, techs), and world wiring (orphan rooms). It imports only the data
// packages (world, object, item, behavior) and may be called directly in
// tests.
package validate
|