diff options
| author | historia <[not public]> | 2026-07-05 22:35:21 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-05 22:35:21 -0400 |
| commit | 94823b52168b44894fb5e9c960358ed02ebb122b (patch) | |
| tree | 3060799b89bb7edfa708c72bdd981107d40f4d09 /internal/world | |
| parent | 843fa6db681e494bf46e191655323a40577542b5 (diff) | |
| download | thehouseoficarus-94823b52168b44894fb5e9c960358ed02ebb122b.tar.gz | |
feat: courses gui overhaul, add course tab to map, add hidden exits to give courses structure
Diffstat (limited to 'internal/world')
| -rw-r--r-- | internal/world/room.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/world/room.go b/internal/world/room.go index 9aa93f0..8843b9e 100644 --- a/internal/world/room.go +++ b/internal/world/room.go @@ -80,6 +80,7 @@ type ExitDef struct { BlockedMessage string `yaml:"blocked_message,omitempty"` SetFlags map[string]any `yaml:"set_flags,omitempty"` SetPlayerFlags map[string]any `yaml:"set_player_flags,omitempty"` + Hidden bool `yaml:"hidden,omitempty"` } func (e *ExitDef) UnmarshalYAML(value *yaml.Node) error { |
