Goliathwasser-Kapazität erhöht.
This commit is contained in:
Enno Rehling 2004-07-03 20:39:35 +00:00
parent 18f8194120
commit 2702b3176d
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ walkingcapacity(const struct unit * u)
n += personen * personcapacity(u);
/* Goliathwasser */
tmp = get_effect(u, oldpotiontype[P_STRONG]);
n += min(u->number, tmp) * personcapacity(u);
n += min(u->number, tmp) * (HORSECAPACITY - personcapacity(u));
/* change_effect wird in ageing gemacht */
tmp = get_item(u, I_TROLLBELT);
n += min(tmp, u->number) * STRENGTHCAPACITY;