From 7e61dff2da47f58d97e505bcc5a047550ccef417 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sat, 8 Dec 2007 17:28:38 +0000 Subject: [PATCH] (caploss): Sacked capital isn't moved since rev. 1.7. Don't tell the victim it is. --- src/lib/subs/caploss.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib/subs/caploss.c b/src/lib/subs/caploss.c index 9f923e2b..77624cd5 100644 --- a/src/lib/subs/caploss.c +++ b/src/lib/subs/caploss.c @@ -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) {