Files
impostor/inc/screen/screen.walking_to_office.lua
Zoltan Timar 5daf98fd06
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
feat: added new discussion functionality, implemented textbox draw functionality, added first discussion with sumphore to the street
2026-03-12 17:08:08 +01:00

11 lines
186 B
Lua

Screen.register({
id = "walking_to_office",
name = "Walking to office",
decisions = {
"go_to_home",
"go_to_office",
"start_discussion",
},
background = "street"
})