From 26f31ca7d54f914e63d40579bf0a62bc39d1601a Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 4 Feb 2007 13:55:06 +0000 Subject: [PATCH] http://eressea.upb.de/mantis/view.php?id=1122 "SPIONIERE bringt falsche Resulate" spionage, nochmal. --- src/common/kernel/spy.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/common/kernel/spy.c b/src/common/kernel/spy.c index d0ba00ab8..b313f2bd6 100644 --- a/src/common/kernel/spy.c +++ b/src/common/kernel/spy.c @@ -140,12 +140,11 @@ spy_message(int spy, const unit *u, const unit *target) scat(" "); icat(eff_skill(target, sv->id, target->region)); } - - if (found == 0) { - scat("Keine"); - } - scat(". "); - } + } + if (found == 0) { + scat("Keine"); + } + scat(". "); scat("Im Gepäck sind"); {