]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Update to borg ion storms (#35751)
authorvalquaint <57813693+valquaint@users.noreply.github.com>
Wed, 12 Mar 2025 01:21:59 +0000 (18:21 -0700)
committerGitHub <noreply@github.com>
Wed, 12 Mar 2025 01:21:59 +0000 (02:21 +0100)
* Updates ion storms for borgs.

* Remove additional ion laws into future PR

Content.Server/Silicons/Laws/IonStormSystem.cs
Resources/Locale/en-US/station-events/events/ion-storm.ftl

index c47d7e99ea775c05b52e3269d255aa7acbcd1cb6..7b848a0ea6a7c7ac4ac48654c5c0658d793bd8bb 100644 (file)
@@ -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)),
index 600dc52999215207c740d53db3451c2ef70ef06f..e0212c21c5c8945c43a3fc4d0e0d2fc04194b87c 100644 (file)
@@ -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