Merge pull request #18 from CTD1/Bug-1938

Bug 1938 [E3] Magiepatzer kaputt (auraverlust statt kostensteigerung)!
This commit is contained in:
Enno Rehling 2014-08-08 00:36:36 +02:00
commit 500e24d71e
1 changed files with 4 additions and 4 deletions

View File

@ -2843,12 +2843,12 @@ void magic(void)
}
}
/* erst bezahlen, dann Kostenzähler erhöhen */
if (fumbled) {
if (co->level>0) {
pay_spell(u, sp, co->level, co->distance);
}
if (fumbled) {
do_fumble(co);
}
if (co->level>0) {
pay_spell(u, sp, co->level, co->distance);
}
countspells(u, 1);
}
}