From 4f7bfb65ab790dfe5c913ba7c4f83ff4374816d6 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Mon, 7 Mar 2005 19:18:13 +0000 Subject: [PATCH] http://eressea.upb.de/mantis/view.php?id=334 Magieresistenz falschherum bei Astraler Ruf --- src/common/kernel/spell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/kernel/spell.c b/src/common/kernel/spell.c index 5e4012d87..6ade9fd4a 100644 --- a/src/common/kernel/spell.c +++ b/src/common/kernel/spell.c @@ -5939,7 +5939,7 @@ sp_pullastral(castorder *co) u = pa->param[n]->data.u; if (!ucontact(u, mage)) { - if(power > 12 && pa->param[n]->flag == TARGET_RESISTS && can_survive(u, rt)) { + if(power > 12 && pa->param[n]->flag != TARGET_RESISTS && can_survive(u, rt)) { sprintf(buf, "%s hat uns nicht kontaktiert, widersteht dem " "Zauber jedoch nicht.", unitname(u)); addmessage(r, mage->faction, buf, MSG_MAGIC, ML_INFO);