Files
impostor/inc/desition/desition.go_to_walking_to_home.lua
Zsolt Tasnadi 6303781534
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
tweaks
2026-02-18 19:17:18 +01:00

9 lines
208 B
Lua

DesitionManager.register({
id = "go_to_walking_to_home",
label = "Walking to home",
handle = function()
Util.go_to_screen_by_id("walking_to_home")
end,
condition = function() return true end
})