mourning peasants = no taxes this week.

This commit is contained in:
Enno Rehling 2009-07-25 08:33:14 +00:00
parent d173ba6218
commit 6584ced55c
1 changed files with 3 additions and 2 deletions

View File

@ -3299,8 +3299,9 @@ peasant_taxes(region * r)
int morale;
f = region_get_owner(r);
if (f==NULL) return;
if (f==NULL || is_mourning(r, turn)) {
return;
}
money = rmoney(r);
if (money<=0) return;