From 78dd01ab8e3be9c85527c112e84d97d5860957b6 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Wed, 4 Jan 2006 21:25:23 +0000 Subject: [PATCH] (docountry): Telex country on nat_reserve editing unconditionally. The condition was never true due to a coding mistake. Other edits don't have such conditions. --- src/lib/commands/edit.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/lib/commands/edit.c b/src/lib/commands/edit.c index 310de562..15e8c3d9 100644 --- a/src/lib/commands/edit.c +++ b/src/lib/commands/edit.c @@ -724,10 +724,9 @@ docountry(s_char op, int arg, s_char *p, float farg, natid nat, benefit(nat, np->nat_reserve < arg); pr("Military Reserves changed from %ld to %d\n", np->nat_reserve, arg); - if (np->nat_stat == STAT_NORM) - wu(player->cnum, nat, - "Military Reserves changed from %ld to %d by divine intervention.\n", - np->nat_reserve, arg); + wu(player->cnum, nat, + "Military Reserves changed from %ld to %d by divine intervention.\n", + np->nat_reserve, arg); np->nat_reserve = arg; break; case 'c':