Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Перевод суда
Browse files Browse the repository at this point in the history
Тут аж изменения.
  • Loading branch information
Vonsant authored Apr 8, 2024
1 parent 26817f8 commit 47e2602
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Content.Server/_NF/GameRule/NfAdventureRuleSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,11 @@ private void OnStartup(RoundStartingEvent ev)
{
Offset = _random.NextVector2(1150f, 2050f)
}))
{
{
var meta = EnsureComp<MetaDataComponent>(depotUid8s[0]);
_meta.SetEntityName(depotUid8s[0], "Судебный Комплекс", meta); // Corvax RU
_shuttle.SetIFFColor(depotUid8s[0], civilianColor);
}
}

if (_map.TryLoad(mapId, lab, out var labUids, new MapLoadOptions
{
Expand Down

0 comments on commit 47e2602

Please sign in to comment.