mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 23:27:57 -05:00
Containment on Docks: move Building 64 zone objective waypoint
This commit is contained in:
@ -2568,6 +2568,10 @@ containment_think()
|
|||||||
{
|
{
|
||||||
player.obj_waypoint.z -= 250;
|
player.obj_waypoint.z -= 250;
|
||||||
}
|
}
|
||||||
|
else if(level.script == "zm_prison" && zone_name == "zone_studio")
|
||||||
|
{
|
||||||
|
player.obj_waypoint.x += 400;
|
||||||
|
}
|
||||||
|
|
||||||
player.obj_waypoint setWaypoint(1, level.obj_waypoint_icon);
|
player.obj_waypoint setWaypoint(1, level.obj_waypoint_icon);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user