From 7dc301596e69034faa4b006082899411d01160d3 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Mon, 4 Feb 2008 21:15:03 +0000 Subject: [PATCH] http://eressea.upb.de/mantis/view.php?id=1352 - mo message for failed astral transport --- src/common/spells/spells.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/spells/spells.c b/src/common/spells/spells.c index ccbd95133..9b48264af 100644 --- a/src/common/spells/spells.c +++ b/src/common/spells/spells.c @@ -5581,7 +5581,6 @@ sp_pullastral(castorder *co) if (!ucontact(u, mage)) { if (power > 12 && spobj->flag != TARGET_RESISTS && can_survive(u, rt)) { ADDMSG(&mage->faction->msgs, msg_feedback(mage, co->order, "feedback_no_contact_no_resist", "target", u)); - ADDMSG(&u->faction->msgs, msg_message("send_astral", "unit target", mage, u)); } else { ADDMSG(&mage->faction->msgs, msg_feedback(mage, co->order, "feedback_no_contact_resist", "target", u)); ADDMSG(&u->faction->msgs, msg_message("try_astral", "unit target", mage, u)); @@ -5598,6 +5597,7 @@ sp_pullastral(castorder *co) } else { message * m; + ADDMSG(&u->faction->msgs, msg_message("send_astral", "unit target", mage, u)); remaining_cap = remaining_cap - w; move_unit(u, rt, NULL);