Skip to content

Commit

Permalink
Corrects weight and critical slots for BNIU
Browse files Browse the repository at this point in the history
  • Loading branch information
sldfgunslinger2766 committed Nov 25, 2024
1 parent f6174fc commit ba2f0f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions megamek/src/megamek/common/MiscType.java
Original file line number Diff line number Diff line change
Expand Up @@ -4282,8 +4282,8 @@ public static MiscType createBattleMekNeuralInterfaceUnit() {

misc.name = "Direct Neural Interface Cockpit Modification";
misc.setInternalName("BABattleMechNIU");
misc.tonnage = 0.0;
misc.criticals = 0;
misc.tonnage = 0.100;
misc.criticals = 2;
misc.cost = 500000;
misc.hittable = false;
misc.flags = misc.flags.or(F_MEK_EQUIPMENT).or(F_BATTLEMEK_NIU).or(F_BA_EQUIPMENT);
Expand Down

0 comments on commit ba2f0f3

Please sign in to comment.