aboutsummaryrefslogtreecommitdiff
path: root/internal/world
diff options
context:
space:
mode:
Diffstat (limited to 'internal/world')
-rw-r--r--internal/world/room.go1
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 {