situation handling
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-02-21 22:33:01 +01:00
parent 3b9b67e2fa
commit 7854dc8a9f
8 changed files with 63 additions and 9 deletions
+8
View 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
})