Added laser medium shielding from an EMP blast
This commit is contained in:
parent
5bf4b6c4e7
commit
1de0093afa
1 changed files with 6 additions and 0 deletions
|
@ -67,4 +67,10 @@ public class TileEntityLaserMedium extends TileEntityAbstractEnergy {
|
|||
public boolean energy_canInput(final EnumFacing from) {
|
||||
return true;
|
||||
}
|
||||
|
||||
// WarpDrive overrides
|
||||
@Override
|
||||
public void onEMP(final float efficiency) {
|
||||
// no effect
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue