mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 23:57:59 -05:00
Containment: fix Borough location name
This commit is contained in:
@ -2026,7 +2026,7 @@ containment_init()
|
|||||||
}
|
}
|
||||||
else if(level.script == "zm_buried")
|
else if(level.script == "zm_buried")
|
||||||
{
|
{
|
||||||
if(level.scr_zm_map_start_location == "borough")
|
if(level.scr_zm_map_start_location == "street")
|
||||||
{
|
{
|
||||||
level.containment_zones = array("zone_street_lightwest", "zone_street_darkwest", "zone_street_darkeast", "zone_stables", "zone_general_store", "zone_gun_store", "zone_underground_bar", "zone_underground_courthouse", "zone_street_fountain", "zone_church_main", "zone_mansion_lawn");
|
level.containment_zones = array("zone_street_lightwest", "zone_street_darkwest", "zone_street_darkeast", "zone_stables", "zone_general_store", "zone_gun_store", "zone_underground_bar", "zone_underground_courthouse", "zone_street_fountain", "zone_church_main", "zone_mansion_lawn");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user