forked from github/server
Merge remote-tracking branch 'origin/Bug-1938'
This commit is contained in:
commit
f45b16e9a4
|
@ -2843,12 +2843,12 @@ void magic(void)
|
|||
}
|
||||
}
|
||||
/* erst bezahlen, dann Kostenzähler erhöhen */
|
||||
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