mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Increased wake up chance
This commit is contained in:
parent
0c8ebd6441
commit
7f1678b7e6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user