This commit is contained in:
Enno Rehling 2014-08-08 00:37:51 +02:00
parent 500e24d71e
commit b3a58c6a43
1 changed files with 5 additions and 5 deletions

View File

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