Replaces anchored lookup flag with static (#13036)
This commit is contained in:
@@ -168,7 +168,7 @@ namespace Content.Server.Electrocution
|
||||
if (electrified.NoWindowInTile)
|
||||
{
|
||||
foreach (var entity in transform.Coordinates.GetEntitiesInTile(
|
||||
LookupFlags.Approximate | LookupFlags.Anchored, _entityLookup))
|
||||
LookupFlags.Approximate | LookupFlags.Static, _entityLookup))
|
||||
{
|
||||
if (_tagSystem.HasTag(entity, "Window"))
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user