Continuing work on context-sensitive dialogs
[butaba-adventures.git] / constants.py
index bc9e737..18111c6 100644 (file)
@@ -8,4 +8,7 @@ KEY_CHEST2 = 1001
 # maximum experience points reached by achieving certain actions
 
 # maximum knowledge to be gained by unlocking chests
-KNOWLEDGEMAX_CHEST_UNLOCK = 2
\ No newline at end of file
+KNOWLEDGEMAX_CHEST_UNLOCK = 2
+
+# maximum strength to be gained by draw water from well
+STRENGTHMAX_DRAW_WELL_WATER = 3
\ No newline at end of file