1
This commit is contained in:
parent
e017031978
commit
88980bd9da
@ -1779,7 +1779,7 @@ void Room::ShuaGuideAndroid(Human* target)
|
|||||||
pos = target->GetPos();
|
pos = target->GetPos();
|
||||||
pos.y += MetaMgr::Instance()->newbie_first_robot_distance;
|
pos.y += MetaMgr::Instance()->newbie_first_robot_distance;
|
||||||
if (OverBorder(pos, hum->GetRadius())) {
|
if (OverBorder(pos, hum->GetRadius())) {
|
||||||
pos = a8::Vec2(6666, 6666);
|
pos = a8::Vec2(1800, 1800);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user