mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-22 11:31:44 +01:00
idle_max_level
Changing default idle_max_level to 31. (Can still be configured with cedit like before.)
This commit is contained in:
@@ -74,7 +74,7 @@ int idle_void = 8;
|
|||||||
int idle_rent_time = 48;
|
int idle_rent_time = 48;
|
||||||
|
|
||||||
/* This level and up is immune to idling, LVL_IMPL+1 will disable it. */
|
/* This level and up is immune to idling, LVL_IMPL+1 will disable it. */
|
||||||
int idle_max_level = LVL_GOD;
|
int idle_max_level = LVL_IMMORT;
|
||||||
|
|
||||||
/* Should items in death traps automatically be junked? */
|
/* Should items in death traps automatically be junked? */
|
||||||
int dts_are_dumps = YES;
|
int dts_are_dumps = YES;
|
||||||
|
|||||||
Reference in New Issue
Block a user