mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-09 23:02:53 -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;
|
||||
}
|
||||
else if(level.script == "zm_prison" && zone_name == "zone_studio")
|
||||
{
|
||||
player.obj_waypoint.x += 400;
|
||||
}
|
||||
|
||||
player.obj_waypoint setWaypoint(1, level.obj_waypoint_icon);
|
||||
}
|
||||
|
Reference in New Issue
Block a user