mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 04:42:48 +00:00
Increased wake up chance
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user