Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Add No EORG popup on round end" #131

Merged
merged 3 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 0 additions & 85 deletions Content.Client/_Harmony/RoundEnd/RoundEndNoEorgUIController.cs

This file was deleted.

111 changes: 0 additions & 111 deletions Content.Client/_Harmony/RoundEnd/RoundEndNoEorgWindow.cs

This file was deleted.

6 changes: 0 additions & 6 deletions Content.Shared/_Harmony/CCVars/HCCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ namespace Content.Shared._Harmony.CCVars;
[CVarDefs]
public sealed class HCCVars
{
/// <summary>
/// Boolean to define if the round end no EORG message should be skipped.
/// </summary>
public static readonly CVarDef<bool> SkipRoundEndNoEorgMessage =
CVarDef.Create("harmony.skip_roundend_noeorg", false, CVar.CLIENTONLY | CVar.ARCHIVE, "Toggles displaying of No EORG reminder.");

/// <summary>
/// Anti-EORG measure. Will add pacified to all players upon round end.
/// Its not perfect, but gets the job done.
Expand Down

This file was deleted.

Loading