Fixed examples that did not build due to wrong armor.

This commit is contained in:
Mark Wolfman
2019-05-14 14:40:15 -05:00
parent 7ee2d25a9f
commit 9a49e7cb14
31 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ pp = 0
# TODO: Put your equipped weapons and armor here
weapons = ('shortsword', 'dagger',) # Example: ('shortsword', 'longsword')
magic_items = () # Example: ('ring of protection',)
armor = "studded armor" # Eg "leather armor"
armor = "studded leather armor" # Eg "leather armor"
shield = "" # Eg "shield"
equipment = """TODO: list the equipment and magic items your character carries"""