refact
This commit is contained in:
@@ -2,6 +2,7 @@ Decision.register({
|
||||
id = "have_a_coffee",
|
||||
label = "Have a Coffee",
|
||||
handle = function()
|
||||
Situation.apply("drink_coffee")
|
||||
local new_situation_id = Situation.apply("drink_coffee", Context.game.current_screen)
|
||||
Context.game.current_situation = new_situation_id
|
||||
end,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user