]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Reduce player softcap for wizden servers and panic bunker wizden Levi (#32908)
authornikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com>
Sun, 20 Oct 2024 10:13:51 +0000 (13:13 +0300)
committerGitHub <noreply@github.com>
Sun, 20 Oct 2024 10:13:51 +0000 (12:13 +0200)
* Reduce player softcap for wizden servers and panic bunker wizden Leviathan

* Fix bunker message

* Make sure it actually activates by default and make it turn off when an admin joins

* Update Resources/ConfigPresets/WizardsDen/wizardsDen.toml

The voices

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
Resources/ConfigPresets/WizardsDen/leviathan.toml
Resources/ConfigPresets/WizardsDen/wizardsDen.toml

index 7560833f13af883801f487d293c2b1c44070f782..a1a0e5b704d67dfc421b21c3015e02c3da0159ec 100644 (file)
@@ -4,10 +4,6 @@
 
 [game]
 hostname = "[EN] Wizard's Den Leviathan [US East 1]"
-panic_bunker.enabled = false
-panic_bunker.disable_with_admins = false
-panic_bunker.enable_without_admins = false
-panic_bunker.custom_reason = ""
 
 [hub]
 tags = "lang:en,region:am_n_e,rp:low"
index 077ff3fe40a687481eb89c44032c222fd26f2ec3..2b059ca40e3bfbc51ea62f4286d4c33e230f49f6 100644 (file)
@@ -4,12 +4,12 @@
 [game]
 desc             = "Official English Space Station 14 servers. Vanilla, roleplay ruleset."
 lobbyenabled     = true
-soft_max_players = 80
+soft_max_players = 70
 panic_bunker.enabled = true
 panic_bunker.disable_with_admins = true
 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."
+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 or Farm Grass Hopper until you have more playtime."
 
 [infolinks]
 bug_report = "https://github.com/space-wizards/space-station-14/issues/new/choose"