From b4780ffb82b86ff5ab97f340f675a2cbb3c48991 Mon Sep 17 00:00:00 2001
From: The Stranjer <791672+TheStranjer@users.noreply.github.com>
Date: Wed, 12 Jun 2019 10:26:23 -0400
Subject: [PATCH] Inline format Condition rules text
---
shards_of_power.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shards_of_power.rb b/shards_of_power.rb
index 22368dd..f110de2 100644
--- a/shards_of_power.rb
+++ b/shards_of_power.rb
@@ -269,7 +269,7 @@ class ShardsOfPower
condition_ary = [{:text => condition.name, :font => "Lilith", :color => "004E6D", :size => FONT_SIZE_SUBSECTION}]
pdf.formatted_text condition_ary
- pdf.text condition.rules_text
+ pdf.text condition.rules_text, :inline_format => true
pdf.text "Possible Sources: #{condition.possible_sources}", :inline_format => true if condition.possible_sources
pdf.text "Resolution: #{condition.resolution}", :inline_format => true
pdf.text "Beat: #{condition.beat}", :inline_format => true