forked from github/server
mourning peasants = no taxes this week.
This commit is contained in:
parent
d173ba6218
commit
6584ced55c
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue