diff options
| author | historia <[not public]> | 2026-07-31 17:44:10 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-31 17:44:10 -0400 |
| commit | f51424c90dbce7191a31b6e675818c985f0f4539 (patch) | |
| tree | a7845a2e09bd6e83d2d034f5e702a4940f38126a /internal/game/tick_systems_test.go | |
| parent | 58758d41488a777d2bc0e787be655363bdd9eb60 (diff) | |
| download | thehouseoficarus-f51424c90dbce7191a31b6e675818c985f0f4539.tar.gz | |
feat: casino framework and basic slot machine
Diffstat (limited to 'internal/game/tick_systems_test.go')
| -rw-r--r-- | internal/game/tick_systems_test.go | 3 |
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 +} |
