diff options
| author | historia <[not public]> | 2026-07-09 22:15:54 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-09 22:15:54 -0400 |
| commit | ecba7f726f70b37126d852c38c7e3eec7b04d730 (patch) | |
| tree | 9129215c6e5015336fde1116395336d82bb952d1 /cmd/thoi | |
| parent | b3d4c616f59ad2519f3a0b77e3b47d6571cd2486 (diff) | |
| download | thehouseoficarus-ecba7f726f70b37126d852c38c7e3eec7b04d730.tar.gz | |
feat: old standalone trigger systems completely unified into trigger->condition->action system
Diffstat (limited to 'cmd/thoi')
| -rw-r--r-- | cmd/thoi/main.go | 3 |
1 files changed, 1 insertions, 2 deletions
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() |
