]> git.pond.sub.org Git - empserver/commitdiff
(caploss): Sacked capital isn't moved since rev. 1.7. Don't tell the
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 8 Dec 2007 17:28:38 +0000 (17:28 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 8 Dec 2007 17:28:38 +0000 (17:28 +0000)
victim it is.

src/lib/subs/caploss.c

index 9f923e2b55b4ebf8d28c5a689e312a26b775ea33..77624cd5d9738bdf3848ec504da567b374c62b7f 100644 (file)
@@ -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) {