(guerrilla): Make security units not raid friendly che.

This commit is contained in:
Markus Armbruster 2006-10-08 09:21:26 +00:00
parent 6b54983932
commit 7565435f0c

View file

@ -168,7 +168,10 @@ guerrilla(struct sctstr *sp)
mil += lp->lnd_item[I_MILIT]; mil += lp->lnd_item[I_MILIT];
/* Security troops can now kill up to 1/2 their complement each if (sp->sct_che_target != sp->sct_own)
continue;
/* Security troops can now kill up to 1/5 their complement each
update, before doing anything else. */ update, before doing anything else. */
if (lchr[(int)lp->lnd_type].l_flags & L_SECURITY) { if (lchr[(int)lp->lnd_type].l_flags & L_SECURITY) {
int che_kill, r; int che_kill, r;