From 7b3b792d01028fe88d05a034fe3eaab63ac351f7 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Wed, 1 May 2019 20:08:14 +0200 Subject: [PATCH] Nicht Sonnensegel verhindert Sturmelementar, sondern Sturmelementar verhindert Sturmelementar. --- src/spells.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/spells.c b/src/spells.c index 5e2474861..c9fe2fb4b 100644 --- a/src/spells.c +++ b/src/spells.c @@ -2242,13 +2242,12 @@ static int sp_stormwinds(castorder * co) sh = pa->param[n]->data.sh; - /* mit C_SHIP_NODRIFT haben wir kein Problem */ if (is_cursed(sh->attribs, &ct_flyingship)) { ADDMSG(&caster->faction->msgs, msg_feedback(caster, co->order, "error_spell_on_flying_ship", "ship", sh)) continue; } - if (is_cursed(sh->attribs, &ct_shipspeedup)) { + if (is_cursed(sh->attribs, &ct_stormwind)) { ADDMSG(&caster->faction->msgs, msg_feedback(caster, co->order, "error_spell_on_ship_already", "ship", sh)) continue;