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-3.0~2 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=f13b10d4d314ce2d3c91dbc3b63887e83ba31785 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 880f3856d10ec3cc63213dcf7729055eb37dcc11) --- diff --git a/src/util/fairland.c b/src/util/fairland.c index e4109f286..3255d4176 100644 --- a/src/util/fairland.c +++ b/src/util/fairland.c @@ -1080,6 +1080,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); }