diff --git a/src/spy.c b/src/spy.c index 86631d8f6..67b3cd48a 100644 --- a/src/spy.c +++ b/src/spy.c @@ -58,10 +58,10 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * Spionage des Spions */ void spy_message(int spy, const unit * u, const unit * target) { - /* const char *str = report_kampfstatus(target, u->faction->locale);*/ + const char *str = report_kampfstatus(target, u->faction->locale); ADDMSG(&u->faction->msgs, msg_message("spyreport", "spy target status", u, - target)); + target, str)); if (spy > 20) { sc_mage *mage = get_mage(target); /* for mages, spells and magic school */