From b018fdb922e1d1bdb661950d2938b2f44374fdcd Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Mon, 17 Jan 2022 08:17:00 -0800 Subject: [PATCH] Tranzit: zone name changes --- README.md | 6 ++++++ scripts/zm/_zm_reimagined.gsc | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d88ba887..ecef5de4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/scripts/zm/_zm_reimagined.gsc b/scripts/zm/_zm_reimagined.gsc index 6915ccd5..9b781c40 100644 --- a/scripts/zm/_zm_reimagined.gsc +++ b/scripts/zm/_zm_reimagined.gsc @@ -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") {