mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-30 01:18:28 +02:00
Added spell list to the epub, and cleaned up dict-list style sheet.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user