8 lines
139 B
Lua
8 lines
139 B
Lua
Decision.register({
|
|
id = "have_a_coffee",
|
|
label = "Have a Coffee",
|
|
handle = function()
|
|
Situation.apply("drink_coffee")
|
|
end,
|
|
})
|