(3a5d98b) v0.9.6.0
This commit is contained in:
@@ -102,7 +102,7 @@ namespace Barotrauma.Items.Components
|
||||
|
||||
public override void ReceivePowerProbeSignal(Connection connection, Item source, float power)
|
||||
{
|
||||
if (!IsOn) { return; }
|
||||
if (!IsOn || item.Condition <= 0.0f) { return; }
|
||||
|
||||
//we've already received this signal
|
||||
if (lastPowerProbeRecipients.Contains(this)) { return; }
|
||||
|
||||
Reference in New Issue
Block a user