forked from github/server
fix recent change for terraforming herbs
This commit is contained in:
parent
eb1785568d
commit
521ae1f769
|
@ -1242,7 +1242,6 @@ void terraform_region(region * r, const terrain_type * terrain)
|
|||
assert(terrain);
|
||||
|
||||
r->terrain = terrain;
|
||||
reset_herbs(r);
|
||||
reset_rawmaterials(r);
|
||||
terraform_resources(r);
|
||||
|
||||
|
|
Loading…
Reference in New Issue