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"); {