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

Add a cvar to limit maxcap range & Lower it for wizards den #31437

Merged
merged 10 commits into from
Sep 10, 2024
1 change: 1 addition & 0 deletions Content.Server/Atmos/EntitySystems/GasTankSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ private void UpdateFragment(bool value)
{
_tankFragmentEnabled = value;
}

private void OnGasShutdown(Entity<GasTankComponent> gasTank, ref ComponentShutdown args)
{
DisconnectFromInternals(gasTank);
Expand Down
4 changes: 4 additions & 0 deletions Resources/ConfigPresets/WizardsDen/wizardsDen.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ panic_bunker.enable_without_admins = true
panic_bunker.show_reason = true
panic_bunker.custom_reason = "You have not played on a Wizard's Den server long enough to connect to this server. Please play on Wizard's Den Lizard, Leviathan, or Farm Grass Hopper until you have more playtime."


[infolinks]
TurboTrackerss14 marked this conversation as resolved.
Show resolved Hide resolved
bug_report = "https://github.com/space-wizards/space-station-14/issues/new/choose"
discord = "https://discord.spacestation14.io"
Expand Down Expand Up @@ -38,3 +39,6 @@ see_own_notes = true
deadmin_on_join = true
new_player_threshold = 600
alert.min_players_sharing_connection = 2

[atmos]
tank_fragment = false
Loading