mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-22 05:50:48 +02:00
idle_max_level
Changing default idle_max_level to 31. (Can still be configured with cedit like before.)
This commit is contained in:
parent
d012fb8c01
commit
5dc6eae4c5
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ int idle_void = 8;
|
|||
int idle_rent_time = 48;
|
||||
|
||||
/* 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? */
|
||||
int dts_are_dumps = YES;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue