From 78f9837b5a92dea26f4b3c756106c3f5ae4f1d46 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Sun, 14 May 2017 14:13:20 -0400 Subject: [PATCH] dialogue.rb: Add debug value for Gardner --- lib/sapling/dialogue.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sapling/dialogue.rb b/lib/sapling/dialogue.rb index 641b4f1..0e6823c 100644 --- a/lib/sapling/dialogue.rb +++ b/lib/sapling/dialogue.rb @@ -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