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.
|
/// 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.
|
/// False if it's toggled off for whatever reason, null if it's not possible.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[ViewVariables(VVAccess.ReadWrite), DataField("disarm")]
|
[ViewVariables(VVAccess.ReadWrite), DataField("canDisarm")]
|
||||||
public bool? CanDisarm;
|
public bool? CanDisarm;
|
||||||
|
|
||||||
[DataField("disarmSuccessSound")]
|
[DataField("disarmSuccessSound")]
|
||||||
|
|||||||
Reference in New Issue
Block a user