Unstable 1.8.4.0
This commit is contained in:
@@ -80,7 +80,7 @@ namespace Barotrauma.Items.Components
|
||||
|
||||
public override void Update(float deltaTime, Camera cam)
|
||||
{
|
||||
hasPower = Voltage > MinVoltage;
|
||||
hasPower = HasPower;
|
||||
if (hasPower)
|
||||
{
|
||||
ApplyStatusEffects(ActionType.OnActive, deltaTime);
|
||||
|
||||
Reference in New Issue
Block a user