Block some subfloor anchor attempts (#6765)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user