Added spell list to the epub, and cleaned up dict-list style sheet.

This commit is contained in:
Mark Wolfman
2021-07-11 12:35:22 -05:00
parent 8be06d2ffe
commit 88bdd59fdd
18 changed files with 304 additions and 120 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ spells_prepared = ('acid splash', 'animate_objects', 'ray of frost', 'light', 'f
'teleport', 'maze', 'wish') # Todo: Learn some spells
# Which spells have not been prepared
__spells_unprepared = ()
__spells_unprepared = ("fireball",)
# all spells known
spells = spells_prepared + __spells_unprepared