Skip to content

Commit

Permalink
why is it called plural if it's true when singular
Browse files Browse the repository at this point in the history
  • Loading branch information
whatston3 committed Jan 21, 2025
1 parent c88c63f commit 3a2fd2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Server/Silicons/Laws/IonStormSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ private string GenerateLaw()
0 => (Loc.GetString("ion-storm-you"), false),
1 => (Loc.GetString("ion-storm-the-station"), true),
2 => (Loc.GetString("ion-storm-the-crew"), true),
3 => (Loc.GetString("ion-storm-the-job", ("job", crew2)), true), // Frontier: false<true
_ => (area, false) // THE SINGULARITY REQUIRES THE HAPPY CLOWNS // Frontier: true<false
3 => (Loc.GetString("ion-storm-the-job", ("job", crew2)), false),
_ => (area, true) // THE SINGULARITY REQUIRES THE HAPPY CLOWNS
};
var jobChange = _robustRandom.Next(0, 3) switch
{
Expand Down

0 comments on commit 3a2fd2e

Please sign in to comment.