Block some subfloor anchor attempts (#6765)

This commit is contained in:
Leon Friedrich
2022-02-18 15:01:15 +13:00
committed by GitHub
parent 79586e3675
commit 81caa8fa06
3 changed files with 36 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ namespace Content.Shared.SubFloor
/// Whether interactions with this entity should be blocked while it is under floor tiles.
/// </summary>
/// <remarks>
/// Useful for entities like vents, which are only partially hidden.
/// Useful for entities like vents, which are only partially hidden. Anchor attempts will still be blocked.
/// </remarks>
[DataField("blockInteractions")]
public bool BlockInteractions { get; set; } = true;