dialogue.rb: Add debug value for Gardner
This commit is contained in:
parent
03d09105f3
commit
78f9837b5a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ module Dialogue
|
|||
def conversation()
|
||||
tree = Gardner.prune_trunk(@file)
|
||||
|
||||
Gardner.display_trunk(tree[0])
|
||||
Gardner.display_trunk(tree[0], false)
|
||||
branches = Gardner.prune_branches(tree[1])
|
||||
|
||||
next_branch = 1
|
||||
|
|
Loading…
Reference in a new issue