(caploss): Sacked capital isn't moved since rev. 1.7. Don't tell the
victim it is.
This commit is contained in:
parent
09a842c1a0
commit
7e61dff2da
1 changed files with 1 additions and 3 deletions
|
@ -83,9 +83,7 @@ caploss(struct sctstr *sp, natid coun, char *msg)
|
|||
} else
|
||||
gain = 0;
|
||||
wu(0, coun, "You lost $%ld and they gained $%ld\n", lose, gain);
|
||||
wu(0, coun,
|
||||
"Your capital has been moved to %s. You must use 'capital' to reset it.\n",
|
||||
xyas(natp->nat_xcap, natp->nat_ycap, coun));
|
||||
wu(0, coun, "You need to use 'capital' to activate a new capital.\n");
|
||||
wu(0, 0, "%s just took %s's capital and gained $%d\n",
|
||||
cname(player->cnum), cname(coun), -(int)(player->dolcost));
|
||||
if (opt_LOANS) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue