forked from github/server
newbies aren't killed immediately
This commit is contained in:
parent
0adb87c4d8
commit
ef7c21bda7
|
@ -1227,6 +1227,7 @@ quit(void)
|
||||||
"gemeldet haben...");
|
"gemeldet haben...");
|
||||||
|
|
||||||
age = calloc(turn+1, sizeof(int));
|
age = calloc(turn+1, sizeof(int));
|
||||||
|
#if REMOVENMRNEWBIE
|
||||||
for (f = factions; f; f = f->next) if(!fval(f, FL_NOIDLEOUT)) {
|
for (f = factions; f; f = f->next) if(!fval(f, FL_NOIDLEOUT)) {
|
||||||
if (f->age>=0 && f->age <= turn) ++age[f->age];
|
if (f->age>=0 && f->age <= turn) ++age[f->age];
|
||||||
if (f->age == 2 || f->age == 3) {
|
if (f->age == 2 || f->age == 3) {
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
#define NEW_RESOURCEGROWTH 1
|
#define NEW_RESOURCEGROWTH 1
|
||||||
#define LARGE_CASTLES 1
|
#define LARGE_CASTLES 1
|
||||||
#define GROWING_TREES 1
|
#define GROWING_TREES 1
|
||||||
#define REMOVENMRNEWBIE 1
|
#define REMOVENMRNEWBIE 0
|
||||||
#define NMRTIMEOUT 2
|
#define NMRTIMEOUT 2
|
||||||
#define HUNGER_DISABLES_LONGORDERS 1
|
#define HUNGER_DISABLES_LONGORDERS 1
|
||||||
#define REDUCED_PEASANTGROWTH 1
|
#define REDUCED_PEASANTGROWTH 1
|
||||||
|
|
Loading…
Reference in New Issue