Remove ignore-inside-blocker (#6692)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Content.Server.Engineering.EntitySystems
|
||||
|
||||
bool IsTileClear()
|
||||
{
|
||||
return tileRef.Tile.IsEmpty == false && args.User.InRangeUnobstructed(args.ClickLocation, popup: true);
|
||||
return tileRef.Tile.IsEmpty == false;
|
||||
}
|
||||
|
||||
if (!IsTileClear())
|
||||
|
||||
Reference in New Issue
Block a user