forked from github/server
fix tabs
This commit is contained in:
parent
500e24d71e
commit
b3a58c6a43
|
@ -2843,11 +2843,11 @@ void magic(void)
|
|||
}
|
||||
}
|
||||
/* erst bezahlen, dann Kostenzähler erhöhen */
|
||||
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);
|
||||
}
|
||||
if (fumbled) {
|
||||
do_fumble(co);
|
||||
}
|
||||
countspells(u, 1);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue