Files
impostor/inc/screen/screen.office.lua
Zsolt Tasnadi ed2354b0fa
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
situation handling
2026-02-21 22:33:24 +01:00

15 lines
229 B
Lua

Screen.register({
id = "office",
name = "Office",
decisions = {
"play_button_mash",
"play_rhythm",
"play_ddr",
"go_to_walking_to_home",
"have_a_coffee",
},
situations = {
"drink_coffee",
},
})