This commit is contained in:
9
inc/decision/decision.talk_to_truth.lua
Normal file
9
inc/decision/decision.talk_to_truth.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
Decision.register({
|
||||
id = "talk_to_truth",
|
||||
label = function()
|
||||
return "Talk to ????"
|
||||
end,
|
||||
handle = function()
|
||||
Discussion.start("norman_truth", "game")
|
||||
end,
|
||||
})
|
||||
Reference in New Issue
Block a user