forked from github/server
Nicht Sonnensegel verhindert Sturmelementar, sondern Sturmelementar verhindert Sturmelementar.
This commit is contained in:
parent
b13deb2b04
commit
7b3b792d01
1 changed files with 1 additions and 2 deletions
|
@ -2242,13 +2242,12 @@ static int sp_stormwinds(castorder * co)
|
||||||
|
|
||||||
sh = pa->param[n]->data.sh;
|
sh = pa->param[n]->data.sh;
|
||||||
|
|
||||||
/* mit C_SHIP_NODRIFT haben wir kein Problem */
|
|
||||||
if (is_cursed(sh->attribs, &ct_flyingship)) {
|
if (is_cursed(sh->attribs, &ct_flyingship)) {
|
||||||
ADDMSG(&caster->faction->msgs, msg_feedback(caster, co->order,
|
ADDMSG(&caster->faction->msgs, msg_feedback(caster, co->order,
|
||||||
"error_spell_on_flying_ship", "ship", sh))
|
"error_spell_on_flying_ship", "ship", sh))
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (is_cursed(sh->attribs, &ct_shipspeedup)) {
|
if (is_cursed(sh->attribs, &ct_stormwind)) {
|
||||||
ADDMSG(&caster->faction->msgs, msg_feedback(caster, co->order,
|
ADDMSG(&caster->faction->msgs, msg_feedback(caster, co->order,
|
||||||
"error_spell_on_ship_already", "ship", sh))
|
"error_spell_on_ship_already", "ship", sh))
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in a new issue