Files
impostor/inc/decision/decision.go_to_office.lua
Zsolt Tasnadi a00db92703
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
main title typo fix, remove glitch and end_game decision
2026-03-17 21:53:47 +01:00

8 lines
139 B
Lua

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