forked from github/server
Magieresistenz falschherum bei Astraler Ruf
This commit is contained in:
parent
13ce4231e8
commit
4f7bfb65ab
|
@ -5939,7 +5939,7 @@ sp_pullastral(castorder *co)
|
||||||
u = pa->param[n]->data.u;
|
u = pa->param[n]->data.u;
|
||||||
|
|
||||||
if (!ucontact(u, mage)) {
|
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 "
|
sprintf(buf, "%s hat uns nicht kontaktiert, widersteht dem "
|
||||||
"Zauber jedoch nicht.", unitname(u));
|
"Zauber jedoch nicht.", unitname(u));
|
||||||
addmessage(r, mage->faction, buf, MSG_MAGIC, ML_INFO);
|
addmessage(r, mage->faction, buf, MSG_MAGIC, ML_INFO);
|
||||||
|
|
Loading…
Reference in New Issue