Skip to content

Commit

Permalink
Rename warden protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
brgmnn committed Jul 15, 2024
1 parent 8eed8d3 commit 704ef2a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ public void Build_Survival(BuildDirector director, Level level)
var exitNumber = layout.ZoneAliasStart + exitZone.ZoneNumber;
var exitZoneString = $"<color=orange>ZONE {exitNumber}</color>";

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 = "<color=red>WARNING!</color> Warden Protocol <color=orange>X:://FORLORN_DECOY</color> will commence in: ";
Survival_TimerToActivateTitle = "<color=red>WARNING!</color> Warden Protocol <color=orange>DECOY</color> 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}";
Expand Down

0 comments on commit 704ef2a

Please sign in to comment.