From ecba7f726f70b37126d852c38c7e3eec7b04d730 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 9 Jul 2026 22:15:54 -0400 Subject: feat: old standalone trigger systems completely unified into trigger->condition->action system --- cmd/thoi/main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cmd/thoi') diff --git a/cmd/thoi/main.go b/cmd/thoi/main.go index b0b25c0..e5f44f7 100644 --- a/cmd/thoi/main.go +++ b/cmd/thoi/main.go @@ -48,8 +48,7 @@ func main() { g.Ticks.Subscribe(1, func() bool { g.MoveTick() g.ProcessQueuedCommands() - g.EnterSeqTick() - g.TriggerSeqTick() + g.SequenceTick() g.TransientMobTick() g.World.Tick() g.MobStore.Tick() -- cgit v1.2.3