X-Git-Url: https://harishankar.org/repos/?p=butaba-adventures.git;a=blobdiff_plain;f=butaba.py;fp=butaba.py;h=99c8a0a89497ac77a25f572bd1e0fc8082c08ff1;hp=c59ee11f05cbea898e03108fd714511ba1f8fb77;hb=4b6e952b476861c8979dc395781964099285a4c6;hpb=7dbb8e9b6766b7c0c17433bea3c88a321036b837 diff --git a/butaba.py b/butaba.py index c59ee11..99c8a0a 100644 --- a/butaba.py +++ b/butaba.py @@ -7,6 +7,7 @@ class Butaba: FRONT = 2 BACK = 3 MAXITEMS = 8 + MAXHEALTH = 100 # initialize our character def __init__ (self, startrow, startcol, position=LEFT, health=100, magic=10, experience=10, strength=10, gold=0, inventory = []):