(b0f5305f2) Unstable v0.9.10.0
This commit is contained in:
@@ -136,7 +136,7 @@ namespace Barotrauma
|
||||
if (powered == null || !powered.VulnerableToEMP) continue;
|
||||
if (item.Repairables.Any())
|
||||
{
|
||||
item.Condition -= 100 * EmpStrength * distFactor;
|
||||
item.Condition -= item.MaxCondition * EmpStrength * distFactor;
|
||||
}
|
||||
|
||||
//discharge batteries
|
||||
|
||||
Reference in New Issue
Block a user