From: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com> Date: Thu, 4 Jan 2024 22:48:00 +0000 (-0600) Subject: Use default panic bunker messages on Leviathan and Lizard (#23541) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=435e2183405a3f44ad4e32db324219b3223c74c7;p=space-station-14.git Use default panic bunker messages on Leviathan and Lizard (#23541) * Use default panic bunker message on Lizard * use default panic bunker message on Leviathan --- diff --git a/Resources/ConfigPresets/WizardsDen/leviathan.toml b/Resources/ConfigPresets/WizardsDen/leviathan.toml index ed90992975..1fb2aca372 100644 --- a/Resources/ConfigPresets/WizardsDen/leviathan.toml +++ b/Resources/ConfigPresets/WizardsDen/leviathan.toml @@ -7,6 +7,7 @@ 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" diff --git a/Resources/ConfigPresets/WizardsDen/lizard.toml b/Resources/ConfigPresets/WizardsDen/lizard.toml index be65cf0269..72688efbf9 100644 --- a/Resources/ConfigPresets/WizardsDen/lizard.toml +++ b/Resources/ConfigPresets/WizardsDen/lizard.toml @@ -7,6 +7,7 @@ hostname = "[EN] Wizard's Den Lizard [US West]" 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_w,rp:low"