terraforming changes herbs

https://bugs.eressea.de/view.php?id=2730
This commit is contained in:
Enno Rehling 2021-03-18 18:35:25 +01:00
parent bf15070c94
commit d3b8c7a2d2
1 changed files with 1 additions and 0 deletions

View File

@ -1242,6 +1242,7 @@ void terraform_region(region * r, const terrain_type * terrain)
assert(terrain);
r->terrain = terrain;
reset_herbs(r);
reset_rawmaterials(r);
terraform_resources(r);