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 */
|
/* 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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue