Player can now equip weapons and armor.
Justin Armstrong justinmeister@gmail.com
Thu, 22 May 2014 01:05:55 -0700
2 files changed,
24 insertions(+),
3 deletions(-)
M
data/tools.py
→
data/tools.py
@@ -178,7 +178,9 @@ ('value',15)]),
'Ether Potion': dict([('quantity',5), ('value', 15)]), 'Cure': dict([('magic points', 25), - ('power', 50)])} + ('power', 50)]), + 'equipped weapon': None, + 'equipped armor': []} player_health = {'current': 100, 'maximum': 100}