forked from github/server
fix recent change for terraforming herbs
This commit is contained in:
parent
0928fe0d02
commit
8ed2738bc0
1 changed files with 0 additions and 1 deletions
|
@ -1242,7 +1242,6 @@ void terraform_region(region * r, const terrain_type * terrain)
|
||||||
assert(terrain);
|
assert(terrain);
|
||||||
|
|
||||||
r->terrain = terrain;
|
r->terrain = terrain;
|
||||||
reset_herbs(r);
|
|
||||||
reset_rawmaterials(r);
|
reset_rawmaterials(r);
|
||||||
terraform_resources(r);
|
terraform_resources(r);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue