Magic number removal.
[open-adventure.git] / advent.h
index 805b7a7b3fc73ce7b90b4c30884c7b9df03855ef..3afeb8ea407b20a4d52c5912dec02578979ec498 100644 (file)
--- a/advent.h
+++ b/advent.h
@@ -34,6 +34,7 @@
 #define BATTERYLIFE    2500       // turn limit increment from batteries
 #define WORD_NOT_FOUND -1         // "Word not found" flag value for the vocab hash functions.
 #define WORD_EMPTY     0          // "Word empty" flag value for the vocab hash functions
+#define PIT_KILL_PROB  35        // Percentage probability of dying from fall in pit.
 #define CARRIED        -1         // Player is toting it
 #define READ_MODE      "rb"       // b is not needed for POSIX but harmless
 #define WRITE_MODE     "wb"       // b is not needed for POSIX but harmless