adds interactusing to electrocution (#5693)

This commit is contained in:
Flipp Syder
2021-12-04 01:59:09 -08:00
committed by GitHub
parent 863a85cef6
commit 4a161325f5
2 changed files with 12 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ namespace Content.Server.Electrocution
[DataField("onHandInteract")]
public bool OnHandInteract { get; set; } = true;
[DataField("onInteractUsing")]
public bool OnInteractUsing { get; set; } = true;
[DataField("requirePower")]
public bool RequirePower { get; } = true;