aboutsummaryrefslogtreecommitdiff
path: root/internal/game/tick_systems_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/tick_systems_test.go')
-rw-r--r--internal/game/tick_systems_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/game/tick_systems_test.go b/internal/game/tick_systems_test.go
index 6b44e91..2fa67ac 100644
--- a/internal/game/tick_systems_test.go
+++ b/internal/game/tick_systems_test.go
@@ -22,6 +22,7 @@ import (
// contract.
var expectedTickSystemOrder = []string{
"ProcessQueuedCommands",
+ "CasinoTick",
"MoveTick",
"SequenceTick",
"TransientMobTick",
@@ -144,4 +145,4 @@ func newRunTickSystemsTestGame() *Game {
hackingStates: map[string]*hacking.Session{},
sequences: map[string]*sequence{},
}
-} \ No newline at end of file
+}