From: Markus Armbruster Date: Sat, 5 Apr 2008 14:09:24 +0000 (+0200) Subject: Make fairland record the island number in the deity territory X-Git-Tag: hvy-plastic-2.0~6 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=880f3856d10ec3cc63213dcf7729055eb37dcc11 Make fairland record the island number in the deity territory Can be useful for deities when further customizing their game setup. --- diff --git a/src/util/fairland.c b/src/util/fairland.c index 2628f9d73..8f5f454b8 100644 --- a/src/util/fairland.c +++ b/src/util/fairland.c @@ -1092,6 +1092,7 @@ write_sects(void) sct->sct_type = SCT_MOUNT; sct->sct_elev = total; sct->sct_newtype = sct->sct_type; + sct->sct_dterr = own[sct->sct_x][y] + 1; if (ORE) add_resources(sct); }