添加眩晕处理
This commit is contained in:
parent
b188d479a1
commit
2eb85601a1
@ -1770,6 +1770,7 @@ void Human::_UpdateSpecMove()
|
||||
|
||||
void Human::_UpdateMove(int speed)
|
||||
{
|
||||
if (!HasBuffEffect(kBET_Vertigo)) {
|
||||
do {
|
||||
int distance = std::min(5, speed);
|
||||
_InternalUpdateMove(distance);
|
||||
@ -1777,6 +1778,7 @@ void Human::_UpdateMove(int speed)
|
||||
} while (speed > 0);
|
||||
CheckSpecObject();
|
||||
}
|
||||
}
|
||||
|
||||
void Human::ChangeToRace(RaceType_e race, int level)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user