1
This commit is contained in:
parent
9a38404d16
commit
0f33b52761
@ -3202,10 +3202,10 @@ float Creature::GetSpeed()
|
||||
ruduce += GetHeroMeta()->medicine_speed();
|
||||
}
|
||||
} else if (HasBuffEffect(kBET_InWater)) {
|
||||
if (GetHeroMeta()->medicine_speed() > ONE_LIMIT) {
|
||||
addition += GetHeroMeta()->medicine_speed();
|
||||
if (GetHeroMeta()->swim_speed() > ONE_LIMIT) {
|
||||
addition += GetHeroMeta()->swim_speed();
|
||||
} else {
|
||||
ruduce += GetHeroMeta()->medicine_speed();
|
||||
ruduce += GetHeroMeta()->swim_speed();
|
||||
}
|
||||
} else if (shot_hold &&
|
||||
GetCurrWeapon() &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user