Переводы (#698)

* Пепеводы

* Очепятки
This commit is contained in:
BIGZi0348
2024-09-15 15:22:04 +03:00
committed by GitHub
parent 93de71264f
commit ddc6dd3a9f
6 changed files with 17 additions and 14 deletions

View File

@@ -234,6 +234,8 @@ public sealed class IonStormRule : StationEventSystem<IonStormRuleComponent>
if (plural) feeling = feelingPlural;
var subjects = RobustRandom.Prob(0.5f) ? objectsThreats : Loc.GetString("ion-storm-people"); // WD ahead of wizden upstream
// message logic!!!
return RobustRandom.Next(0, 36) switch
{
@@ -265,7 +267,7 @@ public sealed class IonStormRule : StationEventSystem<IonStormRuleComponent>
26 => Loc.GetString("ion-storm-law-crew-must-go", ("who", crewAll), ("area", area)),
27 => Loc.GetString("ion-storm-law-crew-only-1", ("who", crew1), ("part", part)),
28 => Loc.GetString("ion-storm-law-crew-only-2", ("who", crew1), ("other", crew2), ("part", part)),
29 => Loc.GetString("ion-storm-law-crew-only-subjects", ("adjective", adjective), ("subjects", RobustRandom.Prob(0.5f) ? objectsThreats : "PEOPLE"), ("part", part)),
29 => Loc.GetString("ion-storm-law-crew-only-subjects", ("adjective", adjective), ("subjects", subjects), ("part", part)), // WD ahead of wizden upstream
30 => Loc.GetString("ion-storm-law-crew-must-do", ("must", must), ("part", part)),
31 => Loc.GetString("ion-storm-law-crew-must-have", ("adjective", adjective), ("objects", objects), ("part", part)),
32 => Loc.GetString("ion-storm-law-crew-must-eat", ("who", who), ("adjective", adjective), ("food", food), ("part", part)),