Adds the ability for electrification to check if the entity is powered by an APC (#7533)
This commit is contained in:
@@ -30,6 +30,9 @@ namespace Content.Server.Electrocution
|
||||
[DataField("requirePower")]
|
||||
public bool RequirePower { get; } = true;
|
||||
|
||||
[DataField("usesApcPower")]
|
||||
public bool UsesApcPower { get; } = false;
|
||||
|
||||
[DataField("highVoltageNode")]
|
||||
public string? HighVoltageNode { get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user