]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Use default panic bunker messages on Leviathan and Lizard (#23541)
authorChief-Engineer <119664036+Chief-Engineer@users.noreply.github.com>
Thu, 4 Jan 2024 22:48:00 +0000 (16:48 -0600)
committerGitHub <noreply@github.com>
Thu, 4 Jan 2024 22:48:00 +0000 (14:48 -0800)
* Use default panic bunker message on Lizard

* use default panic bunker message on Leviathan

Resources/ConfigPresets/WizardsDen/leviathan.toml
Resources/ConfigPresets/WizardsDen/lizard.toml

index ed909929752442c74b2428c442bd6718fe0f8ac5..1fb2aca3722f007031e31c8a29c70eefe4fe4d68 100644 (file)
@@ -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"
index be65cf02696cd9c173b9b8cf0f5d253cc343c56b..72688efbf9c4ea0392787f49a7e6201e04a366bb 100644 (file)
@@ -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"