This commit is contained in:
8
inc/decision/decision.go_to_walking_to_office.lua
Normal file
8
inc/decision/decision.go_to_walking_to_office.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
DecisionManager.register({
|
||||
id = "go_to_walking_to_office",
|
||||
label = "Walking to office",
|
||||
handle = function()
|
||||
Util.go_to_screen_by_id("walking_to_office")
|
||||
end,
|
||||
condition = function() return true end
|
||||
})
|
||||
Reference in New Issue
Block a user