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") {