forked from github/server
fix recent change for terraforming herbs
This commit is contained in:
parent
d3b8c7a2d2
commit
235075b54e
|
@ -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 New Issue