From: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:59:24 +0000 (-0500) Subject: Disable SSD indicators on LRP (#20021) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=5aa7b01b6883f1748cfcf7a65074bf3f3d340b12;p=space-station-14.git Disable SSD indicators on LRP (#20021) --- diff --git a/Resources/ConfigPresets/WizardsDen/salamander.toml b/Resources/ConfigPresets/WizardsDen/salamander.toml index c195652bac..d379766b65 100644 --- a/Resources/ConfigPresets/WizardsDen/salamander.toml +++ b/Resources/ConfigPresets/WizardsDen/salamander.toml @@ -25,6 +25,7 @@ enable_during_round = true [ic] flavor_text = true +show_ssd_indicator = true [hub] tags = "lang:en,region:am_n_w,rp:med" diff --git a/Resources/ConfigPresets/WizardsDen/wizardsDen.toml b/Resources/ConfigPresets/WizardsDen/wizardsDen.toml index 4f4c02dab2..49e6e03b14 100644 --- a/Resources/ConfigPresets/WizardsDen/wizardsDen.toml +++ b/Resources/ConfigPresets/WizardsDen/wizardsDen.toml @@ -28,3 +28,6 @@ limit = 10.0 [admin] see_own_notes = true deadmin_on_join = true + +[ic] +show_ssd_indicator = false