Ion law visuals (#22908)

This commit is contained in:
Nemanja
2023-12-24 01:58:02 -05:00
committed by GitHub
parent ba4b03f9be
commit 681f9a2c85
7 changed files with 58 additions and 4 deletions

View File

@@ -137,11 +137,11 @@ public sealed class IonStormRule : StationEventSystem<IonStormRuleComponent>
}
else
{
laws.Laws.Insert(0, new SiliconLaw()
laws.Laws.Insert(0, new SiliconLaw
{
LawString = newLaw,
Order = -1,
LawIdentifierOverride = "#"
LawIdentifierOverride = Loc.GetString("ion-storm-law-scrambled-number", ("length", RobustRandom.Next(5, 10)))
});
}