main title typo fix, remove glitch and end_game decision
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-03-17 21:53:47 +01:00
parent 9c18812e95
commit a00db92703
3 changed files with 5 additions and 7 deletions

View File

@@ -2,7 +2,6 @@ Decision.register({
id = "go_to_office",
label = "Go to Office",
handle = function()
Glitch.show()
Util.go_to_screen_by_id("office")
end,
})