Fix duplicate randomsentience sound
This commit is contained in:
@@ -54,6 +54,7 @@ public sealed class RandomSentience : StationEvent
|
|||||||
("kind1", kind1), ("kind2", kind2), ("kind3", kind3), ("amount", groupList.Count),
|
("kind1", kind1), ("kind2", kind2), ("kind3", kind3), ("amount", groupList.Count),
|
||||||
("data", Loc.GetString($"random-sentience-event-data-{_random.Next(1, 6)}")),
|
("data", Loc.GetString($"random-sentience-event-data-{_random.Next(1, 6)}")),
|
||||||
("strength", Loc.GetString($"random-sentience-event-strength-{_random.Next(1, 8)}"))),
|
("strength", Loc.GetString($"random-sentience-event-strength-{_random.Next(1, 8)}"))),
|
||||||
|
playDefaultSound: false,
|
||||||
colorOverride: Color.Gold
|
colorOverride: Color.Gold
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user