Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
- fixed for "only_left" game maxing out before special win - game ends with TO BE CONTINUED at ASC 4
8 lines
154 B
Lua
8 lines
154 B
Lua
Decision.register({
|
|
id = "go_to_walking_to_home",
|
|
label = "Walk home",
|
|
handle = function()
|
|
Util.go_to_screen_by_id("walking_to_home")
|
|
end,
|
|
})
|