8 lines
95 B
Lua
8 lines
95 B
Lua
Screen.register({
|
|
id = "toilet",
|
|
name = "Toilet",
|
|
decisions = {
|
|
"go_to_home",
|
|
}
|
|
})
|