Fix right-click verbs.
This commit is contained in:
@@ -23,6 +23,7 @@ namespace Content.Shared.GameObjects.Verbs
|
||||
/// <summary>
|
||||
/// If true, this verb requires both the user and the entity on which
|
||||
/// this verb resides to be in the same container or no container.
|
||||
/// OR the user can be the entity's container
|
||||
/// </summary>
|
||||
public virtual bool BlockedByContainers => true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user