Files
impostor/inc/decision/decision.go_to_office.lua
Zsolt Tasnadi 1a4565428d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
remove manager postfixes
2026-02-21 21:35:48 +01:00

9 lines
180 B
Lua

Decision.register({
id = "go_to_office",
label = "Go to Office",
handle = function()
Util.go_to_screen_by_id("office")
end,
condition = function() return true end
})