From 843fa6db681e494bf46e191655323a40577542b5 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sun, 5 Jul 2026 20:06:53 -0400 Subject: feat: remove deprecated use/station interaction model --- internal/world/room.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'internal/world') diff --git a/internal/world/room.go b/internal/world/room.go index f66ce1d..9aa93f0 100644 --- a/internal/world/room.go +++ b/internal/world/room.go @@ -213,7 +213,6 @@ func (ro RoomObject) MarshalYAML() (interface{}, error) { Steal *object.ObjectSteal `yaml:"steal,omitempty"` Gather *behavior.GatherConfig `yaml:"gather,omitempty"` Talk *behavior.TalkConfig `yaml:"talk,omitempty"` - Use *behavior.UseConfig `yaml:"use,omitempty"` Safespot *object.SafespotConfig `yaml:"safespot,omitempty"` OnLook *behavior.NodeAction `yaml:"on_look,omitempty"` } @@ -230,7 +229,6 @@ func (ro RoomObject) MarshalYAML() (interface{}, error) { Steal: def.Steal, Gather: def.Gather, Talk: def.Talk, - Use: def.Use, Safespot: def.Safespot, OnLook: def.OnLook, }, nil -- cgit v1.2.3