diff --git a/AutogenRundown/src/DataBlocks/Objectives/WardenObjective.Survival.cs b/AutogenRundown/src/DataBlocks/Objectives/WardenObjective.Survival.cs index ce4a095..1d98141 100644 --- a/AutogenRundown/src/DataBlocks/Objectives/WardenObjective.Survival.cs +++ b/AutogenRundown/src/DataBlocks/Objectives/WardenObjective.Survival.cs @@ -47,9 +47,9 @@ public void Build_Survival(BuildDirector director, Level level) var exitNumber = layout.ZoneAliasStart + exitZone.ZoneNumber; var exitZoneString = $"ZONE {exitNumber}"; - MainObjective = $"Find a way to stay alive during Warden Protocol X:://FORLORN_DECOY, and make your way to {exitZoneString} for extraction"; + MainObjective = $"Find a way to stay alive during Warden Protocol DECOY, and make your way to {exitZoneString} for extraction"; Survival_TimerTitle = "Time until allowed extraction:"; - Survival_TimerToActivateTitle = "WARNING! Warden Protocol X:://FORLORN_DECOY will commence in: "; + Survival_TimerToActivateTitle = "WARNING! Warden Protocol DECOY will commence in: "; // Set these both as go forward as we always have an exit geo. GoToWinCondition_Elevator = $"Go to the forward exit point in {exitZoneString}"; GoToWinCondition_CustomGeo = $"Go to the forward exit point in {exitZoneString}";