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

Commit

Permalink
Update NfAdventureRuleSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonsant authored May 2, 2024
1 parent 109c2d2 commit d2d8aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/_NF/GameRule/NfAdventureRuleSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ private void OnStartup(RoundStartingEvent ev)
var lpbravoColor = new Color(200, 55, 55);
var factionColor = new Color(255, 165, 0);
var mapId = GameTicker.DefaultMap;
var depotOffset = _random.NextVector2(7000f, 10000f); // А раньше было 3000 и 5000. Удачи с поисками.
var depotOffset = _random.NextVector2(10000f, 20000f); // А раньше было 3000 и 5000. Удачи с поисками.
var tinniaOffset = _random.NextVector2(1100f, 2800f);
var caseysOffset = _random.NextVector2(2250f, 4600f);

Expand Down

0 comments on commit d2d8aab

Please sign in to comment.