Increased wake up chance

This commit is contained in:
ulteq 2016-12-07 18:19:35 +01:00
parent 0c8ebd6441
commit 7f1678b7e6

View File

@ -42,5 +42,5 @@
#define PAIN_REDUCTION_SPEED 0.001 #define PAIN_REDUCTION_SPEED 0.001
// Chance to wake up when vitals are stable (checked once every SPONTANEOUS_WAKE_UP_INTERVAL seconds) // Chance to wake up when vitals are stable (checked once every SPONTANEOUS_WAKE_UP_INTERVAL seconds)
#define SPONTANEOUS_WAKE_UP_CHANCE 0.1 #define SPONTANEOUS_WAKE_UP_CHANCE 0.2
#define SPONTANEOUS_WAKE_UP_INTERVAL 15 #define SPONTANEOUS_WAKE_UP_INTERVAL 15