Make fairland record the island number in the deity territory
Can be useful for deities when further customizing their game setup.
This commit is contained in:
parent
9a19dc973a
commit
1bf3f557e9
1 changed files with 1 additions and 0 deletions
|
@ -1092,6 +1092,7 @@ write_sects(void)
|
||||||
sct->sct_type = SCT_MOUNT;
|
sct->sct_type = SCT_MOUNT;
|
||||||
sct->sct_elev = total;
|
sct->sct_elev = total;
|
||||||
sct->sct_newtype = sct->sct_type;
|
sct->sct_newtype = sct->sct_type;
|
||||||
|
sct->sct_dterr = own[sct->sct_x][y] + 1;
|
||||||
if (ORE)
|
if (ORE)
|
||||||
add_resources(sct);
|
add_resources(sct);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue