(checksect, give_back_cap, guerrilla): No longer change capital to

agribusiness.  That was done when the occupier abandons the old-owners
capital or it revolts, to prevent players from sacking the same
capital many timers.  The server has a much better way to prevent that
since 4.2.7, so this weird hack is no longer useful.  Thanks to Pat
Loney for pointing this out.
This commit is contained in:
Markus Armbruster 2005-07-31 13:55:50 +00:00
parent fd81bf86eb
commit 591c82bf7c
2 changed files with 1 additions and 26 deletions

View file

@ -332,12 +332,6 @@ guerrilla(struct sctstr *sp)
sp->sct_mobil = oldmob;
civ += uw;
uw = 0;
/*
* so we can't keep losing money by having
* our cap retaken
*/
if (sp->sct_type == SCT_CAPIT && sp->sct_newtype == SCT_CAPIT)
sp->sct_newtype = SCT_AGRI;
n = civ / 20;
civ -= n;
if (civ > ITEM_MAX) {