idle_max_level

Changing default idle_max_level to 31. (Can still be configured with
cedit like before.)
This commit is contained in:
Jason "Opie" Babo 2015-04-20 09:28:13 +01:00
parent d012fb8c01
commit 5dc6eae4c5

View file

@ -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;