Make fairland record the island number in the deity territory

Can be useful for deities when further customizing their game setup.
(cherry picked from commit 880f3856d1)
This commit is contained in:
Markus Armbruster 2008-04-05 16:09:24 +02:00
parent b385ed90eb
commit f13b10d4d3

View file

@ -1080,6 +1080,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);
} }