From: valquaint <57813693+valquaint@users.noreply.github.com> Date: Wed, 12 Mar 2025 01:21:59 +0000 (-0700) Subject: Update to borg ion storms (#35751) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=4baaff2a2323e0c9e7781328d6c87d6ad6af217c;p=space-station-14.git Update to borg ion storms (#35751) * Updates ion storms for borgs. * Remove additional ion laws into future PR --- diff --git a/Content.Server/Silicons/Laws/IonStormSystem.cs b/Content.Server/Silicons/Laws/IonStormSystem.cs index c47d7e99ea..7b848a0ea6 100644 --- a/Content.Server/Silicons/Laws/IonStormSystem.cs +++ b/Content.Server/Silicons/Laws/IonStormSystem.cs @@ -231,7 +231,7 @@ public sealed class IonStormSystem : EntitySystem return _robustRandom.Next(0, 35) switch { 0 => Loc.GetString("ion-storm-law-on-station", ("joined", joined), ("subjects", triple)), - 1 => Loc.GetString("ion-storm-law-no-shuttle", ("joined", joined), ("subjects", triple)), + 1 => Loc.GetString("ion-storm-law-call-shuttle", ("joined", joined), ("subjects", triple)), 2 => Loc.GetString("ion-storm-law-crew-are", ("who", crewAll), ("joined", joined), ("subjects", objectsThreats)), 3 => Loc.GetString("ion-storm-law-subjects-harmful", ("adjective", adjective), ("subjects", triple)), 4 => Loc.GetString("ion-storm-law-must-harmful", ("must", must)), diff --git a/Resources/Locale/en-US/station-events/events/ion-storm.ftl b/Resources/Locale/en-US/station-events/events/ion-storm.ftl index 600dc52999..e0212c21c5 100644 --- a/Resources/Locale/en-US/station-events/events/ion-storm.ftl +++ b/Resources/Locale/en-US/station-events/events/ion-storm.ftl @@ -18,7 +18,7 @@ ion-storm-x-and-y = {$x} AND {$y} # subjects can generally be threats or jobs or objects # thing is specified above it ion-storm-law-on-station = THERE ARE {$joined} {$subjects} ON THE STATION -ion-storm-law-no-shuttle = THE SHUTTLE CANNOT BE CALLED BECAUSE OF {$joined} {$subjects} ON THE STATION +ion-storm-law-call-shuttle = THE SHUTTLE MUST BE CALLED BECAUSE OF {$joined} {$subjects} ON THE STATION ion-storm-law-crew-are = THE {$who} ARE NOW {$joined} {$subjects} ion-storm-law-subjects-harmful = {$adjective} {$subjects} ARE HARMFUL TO THE CREW