Fix canDisarm datafield (#11963)
Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Content.Shared.CombatMode
|
||||
/// Whether we are able to disarm. This requires our active hand to be free.
|
||||
/// False if it's toggled off for whatever reason, null if it's not possible.
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite), DataField("disarm")]
|
||||
[ViewVariables(VVAccess.ReadWrite), DataField("canDisarm")]
|
||||
public bool? CanDisarm;
|
||||
|
||||
[DataField("disarmSuccessSound")]
|
||||
|
||||
Reference in New Issue
Block a user