Completed scrolling in tile picker for level editor
[butaba-adventures.git] / butaba.py
index c59ee11..99c8a0a 100644 (file)
--- 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 = []):