Add SSS traitor label and fix ally sync (#2200)

This commit is contained in:
DrSmugleaf
2020-10-09 18:57:09 +02:00
committed by GitHub
parent 4128e20c82
commit aa6e0e7539
4 changed files with 228 additions and 10 deletions

View File

@@ -66,7 +66,7 @@ namespace Content.Shared.GameObjects.EntitySystems
ignoreInsideBlocker: true);
}
private static bool InRangeUnOccluded(MapCoordinates origin, MapCoordinates other, float range, Ignored predicate, bool ignoreInsideBlocker = true)
public static bool InRangeUnOccluded(MapCoordinates origin, MapCoordinates other, float range, Ignored predicate, bool ignoreInsideBlocker = true)
{
var occluderSystem = Get<OccluderSystem>();
if (!origin.InRange(other, range)) return false;