This commit is contained in:
8
inc/decision/decision.have_a_coffee.lua
Normal file
8
inc/decision/decision.have_a_coffee.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
Decision.register({
|
||||
id = "have_a_coffee",
|
||||
label = "Have a Coffee",
|
||||
handle = function()
|
||||
Situation.apply("drink_coffee")
|
||||
end,
|
||||
condition = function() return true end
|
||||
})
|
||||
Reference in New Issue
Block a user