1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 07:08:06 -05:00

Tranzit: zone name changes

This commit is contained in:
Jbleezy
2022-01-17 08:17:00 -08:00
parent d0d11f4fbf
commit b018fdb922
2 changed files with 8 additions and 2 deletions

View File

@ -275,6 +275,12 @@
* Survival: removed Galvaknuckles wallbuy
* 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
* Moved Quick Revive to Stamin-Up's location on Town
* Moved Stamin-Up to its location on Tranzit

View File

@ -630,7 +630,7 @@ get_zone_name()
}
else if (zone == "zone_town_church")
{
name = "Upper South Town";
name = "Outside Church To Town";
}
else if (zone == "zone_trans_5")
{
@ -662,7 +662,7 @@ get_zone_name()
}
else if (zone == "zone_cornfield_prototype")
{
name = "Nacht";
name = "Prototype";
}
else if (zone == "zone_trans_7")
{