Astralbug "Ruf der Realität"

This commit is contained in:
Enno Rehling 2003-12-17 09:21:48 +00:00
parent 89fb44caa3
commit d74fadc751
1 changed files with 9 additions and 2 deletions

View File

@ -6151,6 +6151,13 @@ sp_fetchastral(castorder *co)
u = pa->param[n]->data.u; u = pa->param[n]->data.u;
if (ro != u->region) {
sprintf(buf, "%s ist zu weit von %s entfernt.",
unitname(u), unitname(mage));
addmessage(r, mage->faction, buf, MSG_EVENT, ML_MISTAKE);
continue;
}
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 "