Monsters now have a spells attribute that will eventually hold a list of spells.

This commit is contained in:
Mark Wolfman
2021-07-13 00:13:04 -05:00
parent d110ef6cda
commit f4f101e39c
14 changed files with 191 additions and 137 deletions
+2 -2
View File
@@ -96,8 +96,8 @@
<dd>[[ spl.component_string ]]</dd>
</dl>
<block class="spell-description">
<div class="spell-description">
[[ spl.__doc__ | rst_to_html(top_heading_level=1) ]]
</block>
</div>
[% endfor %]