From 0ea4eec5dd2122c6704216971eb1249276297867 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 18:20:26 -0400 Subject: shop fixes, 'toggle' completely removed, movement speed increased --- internal/action/behavior.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'internal/action/behavior.go') diff --git a/internal/action/behavior.go b/internal/action/behavior.go index e1a79e3..4071f0d 100644 --- a/internal/action/behavior.go +++ b/internal/action/behavior.go @@ -91,9 +91,3 @@ type UseConfig struct { Level int `yaml:"level"` XP int `yaml:"xp"` } - -type ToggleConfig struct { - Message string `yaml:"message"` - SetFlags map[string]any `yaml:"set_flags"` - Check *Condition `yaml:"check"` -} -- cgit v1.2.3