(guerrilla): Tell sector owner when partisans take over. But don't
disclose che casualties then.
This commit is contained in:
parent
1af78f75ef
commit
c9d35a6d0a
1 changed files with 8 additions and 2 deletions
|
@ -422,13 +422,19 @@ guerrilla(struct sctstr *sp)
|
||||||
sp->sct_che_target = 0;
|
sp->sct_che_target = 0;
|
||||||
}
|
}
|
||||||
if (mc > 0 || cc > 0) {
|
if (mc > 0 || cc > 0) {
|
||||||
/* don't tell who won just to be mean */
|
|
||||||
wu(0, target,
|
wu(0, target,
|
||||||
"Guerrilla warfare in %s\n",
|
"Guerrilla warfare in %s\n",
|
||||||
xyas(sp->sct_x, sp->sct_y, target));
|
xyas(sp->sct_x, sp->sct_y, target));
|
||||||
wu(0, target, " body count: troops: %d, rebels: %d\n", mc, cc);
|
if (sp->sct_own == target)
|
||||||
|
wu(0, target, " body count: troops: %d, rebels: %d\n", mc, cc);
|
||||||
|
else
|
||||||
|
wu(0, target,
|
||||||
|
" rebels murder %d military\n", mc);
|
||||||
nreport(actor, N_FREEDOM_FIGHT, victim, 1);
|
nreport(actor, N_FREEDOM_FIGHT, victim, 1);
|
||||||
}
|
}
|
||||||
|
if (sp->sct_own != victim)
|
||||||
|
wu(0, victim, "Partisans take over %s!\n",
|
||||||
|
xyas(sp->sct_x, sp->sct_y, victim));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue