From 11aba3dd9279b7fbc50b5abc4c78145579cb6344 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 7 Oct 2006 16:05:29 +0000 Subject: [PATCH] http://eressea.upb.de/mantis/view.php?id=1014 "Gib 0 1 Person hebelt Regionssilberschwund durch Kampf aus" removing exploit by removing reason to exploit. --- src/common/gamecode/laws.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/common/gamecode/laws.c b/src/common/gamecode/laws.c index 701851c48..f2f4d6faa 100644 --- a/src/common/gamecode/laws.c +++ b/src/common/gamecode/laws.c @@ -929,10 +929,6 @@ demographics(void) if (fval(r->terrain, LAND_REGION)) { int rp = rpeasants(r) + r->land->newpeasants; rsetpeasants(r, max(0, rp)); - /* Wenn keine Bauer da ist, soll auch kein Geld da sein */ - /* Martin */ - if (rpeasants(r) == 0) - rsetmoney(r, 0); } }