mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 07:37:56 -05:00
Tranzit: zone name changes
This commit is contained in:
@ -275,6 +275,12 @@
|
|||||||
* Survival: removed Galvaknuckles wallbuy
|
* Survival: removed Galvaknuckles wallbuy
|
||||||
* Grief: removed player spawns near gate
|
* Grief: removed player spawns near gate
|
||||||
|
|
||||||
|
#### Power Station
|
||||||
|
* Added Survival and Grief gamemodes
|
||||||
|
* Wallbuys: M14, Olympia, AK74u, MP5, Bowie Knife
|
||||||
|
* Perks: Juggernog, Quick Revive, Speed Cola, Double Tap, Tombstone Soda
|
||||||
|
* Pack-a-Punch
|
||||||
|
|
||||||
#### Town
|
#### Town
|
||||||
* Moved Quick Revive to Stamin-Up's location on Town
|
* Moved Quick Revive to Stamin-Up's location on Town
|
||||||
* Moved Stamin-Up to its location on Tranzit
|
* Moved Stamin-Up to its location on Tranzit
|
||||||
|
@ -630,7 +630,7 @@ get_zone_name()
|
|||||||
}
|
}
|
||||||
else if (zone == "zone_town_church")
|
else if (zone == "zone_town_church")
|
||||||
{
|
{
|
||||||
name = "Upper South Town";
|
name = "Outside Church To Town";
|
||||||
}
|
}
|
||||||
else if (zone == "zone_trans_5")
|
else if (zone == "zone_trans_5")
|
||||||
{
|
{
|
||||||
@ -662,7 +662,7 @@ get_zone_name()
|
|||||||
}
|
}
|
||||||
else if (zone == "zone_cornfield_prototype")
|
else if (zone == "zone_cornfield_prototype")
|
||||||
{
|
{
|
||||||
name = "Nacht";
|
name = "Prototype";
|
||||||
}
|
}
|
||||||
else if (zone == "zone_trans_7")
|
else if (zone == "zone_trans_7")
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user