Increase jail time multiplier to wanted level to 3

This commit is contained in:
ChronosX88 2024-01-09 17:48:47 +03:00
parent dcff092244
commit 0768ca5a24

View File

@ -9,7 +9,7 @@
#include < YSI\y_hooks >
/* ** Definitions ** */
#define JAIL_SECONDS_MULTIPLIER ( 2 )
#define JAIL_SECONDS_MULTIPLIER ( 3 )
#define ALCATRAZ_REQUIRED_TIME ( 150 )
#define ALCATRAZ_TIME_PAUSE ( 5 )