Minor change to wire percent damage
This commit is contained in:
parent
59c2eba174
commit
49501a31a2
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ public abstract class PartAdvancedWire extends PartConductor
|
|||
public void onEntityCollision(Entity entity)
|
||||
{
|
||||
if (!this.isInsulated() && this.getNetwork() instanceof IElectricalNetwork)
|
||||
ElectricalDamage.handleElectrocution(entity, this, (IElectricalNetwork) this.getNetwork(), 1);
|
||||
ElectricalDamage.handleElectrocution(entity, this, (IElectricalNetwork) this.getNetwork());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue