Pirate shuttle update (#13126)
This commit is contained in:
@@ -149,7 +149,7 @@ public sealed class PiratesRuleSystem : GameRuleSystem
|
||||
ops[i] = _random.PickAndTake(ev.PlayerPool);
|
||||
}
|
||||
|
||||
var map = "/Maps/pirate.yml";
|
||||
var map = "/Maps/Shuttles/pirate.yml";
|
||||
var xformQuery = GetEntityQuery<TransformComponent>();
|
||||
|
||||
var aabbs = _stationSystem.Stations.SelectMany(x =>
|
||||
|
||||
Reference in New Issue
Block a user