This commit is contained in:
11
inc/discussion/discussion.truth.lua
Normal file
11
inc/discussion/discussion.truth.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
Discussion.register({
|
||||
id = "norman_truth",
|
||||
steps = {
|
||||
{
|
||||
question = "Did you never think there would be more to this?",
|
||||
answers = {
|
||||
{ label = "I'm not sure what you mean.", next_step = nil },
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user