forked from github/server
Merge pull request #18 from CTD1/Bug-1938
Bug 1938 [E3] Magiepatzer kaputt (auraverlust statt kostensteigerung)!
This commit is contained in:
commit
500e24d71e
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue