dialogue.rb: Add debug value for Gardner

This commit is contained in:
Bill Niblock 2017-05-14 14:13:20 -04:00
parent 03d09105f3
commit 78f9837b5a

View file

@ -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