Show the authors for Tilts

This commit is contained in:
The Stranjer 2019-06-12 19:52:35 -04:00
parent db34e48a54
commit 7289dafbcd

View File

@ -341,6 +341,7 @@ class ShardsOfPower
pdf.text "<b>Effect:</b> #{tilt.effect}", :inline_format => true
pdf.text "<b>Causing the Tilt:</b> #{tilt.causing}", :inline_format => true
pdf.text "<b>Ending the Tilt:</b> #{tilt.ending}", :inline_format => true
pdf.text "<b>#{tilt.authors.size > 1 ? "Authors" : "Author"}:</b> #{tilt.authors.to_list}", :inline_format => true
end
end