This commit is contained in:
aozhiwei 2023-04-20 17:41:58 +08:00
parent 3c812b4da8
commit a45a9ac286

View File

@ -2321,6 +2321,9 @@ void Creature::UpdateMove()
GlmHelper::Normalize(dir);
SetMoveDir(dir);
}
} else if (room->IsNewBieRoom() && IsNearGas()) {
GetMutablePos() = old_pos;
GetMovement()->ClearPath();
}
}
}