diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/world.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/world.h b/src/include/world.h index bb45a4e..7e6f149 100644 --- a/src/include/world.h +++ b/src/include/world.h @@ -51,7 +51,7 @@ typedef struct t_employee employee; #define INVALID_ID 0
#define MAX_WORKED_HOURS_WEEKLY (45.0f)
#define MINIMUM_EMPLOYEE_HAPPINESS (0.4f)
-#define EMPLOYEE_MAX_UNHAPPY_DAYS_BEFORE_QUITTING (60.0f)
+#define EMPLOYEE_MAX_UNHAPPY_DAYS_BEFORE_QUITTING (30.0f)
#define CDAYTORDAY(_day) (_day == 0 ? 7 : _day) // m = 1, s = 7
#define RDAYTOCDAY(_day) (_day == 7 ? 0 : _day) // m = 1, s = 0
|
