Siebenmeilentee fuer alle!

This commit is contained in:
Enno Rehling 2006-07-31 21:26:35 +00:00
parent 548a41902c
commit d817d7770f
1 changed files with 1 additions and 1 deletions

View File

@ -1289,7 +1289,7 @@ movement_speed(unit * u)
#endif /* KARMA_MODULE */
/* Siebenmeilentee */
if ((u->race->flags & RCF_SWIM) == 0 && get_effect(u, oldpotiontype[P_FAST]) >= u->number) {
if (get_effect(u, oldpotiontype[P_FAST]) >= u->number) {
mp *= 2;
change_effect(u, oldpotiontype[P_FAST], -u->number);
}