Merge remote-tracking branch 'origin/Bug-1938'

This commit is contained in:
CTD 2014-08-13 23:58:30 +02:00
commit f45b16e9a4
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 */ /* 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); do_fumble(co);
} }
if (co->level>0) {
pay_spell(u, sp, co->level, co->distance);
}
countspells(u, 1); countspells(u, 1);
} }
} }