This commit is contained in:
aozhiwei 2020-06-10 13:57:47 +08:00
parent e017031978
commit 88980bd9da

View File

@ -1779,7 +1779,7 @@ void Room::ShuaGuideAndroid(Human* target)
pos = target->GetPos();
pos.y += MetaMgr::Instance()->newbie_first_robot_distance;
if (OverBorder(pos, hum->GetRadius())) {
pos = a8::Vec2(6666, 6666);
pos = a8::Vec2(1800, 1800);
}
}
}