From 7289dafbcd71133e304a70fe71c449e739983771 Mon Sep 17 00:00:00 2001 From: The Stranjer <791672+TheStranjer@users.noreply.github.com> Date: Wed, 12 Jun 2019 19:52:35 -0400 Subject: [PATCH] Show the authors for Tilts --- shards_of_power.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/shards_of_power.rb b/shards_of_power.rb index 2063194..858baf5 100644 --- a/shards_of_power.rb +++ b/shards_of_power.rb @@ -341,6 +341,7 @@ class ShardsOfPower pdf.text "Effect: #{tilt.effect}", :inline_format => true pdf.text "Causing the Tilt: #{tilt.causing}", :inline_format => true pdf.text "Ending the Tilt: #{tilt.ending}", :inline_format => true + pdf.text "#{tilt.authors.size > 1 ? "Authors" : "Author"}: #{tilt.authors.to_list}", :inline_format => true end end