Skip to content

Commit

Permalink
Track rounds spent underwater.
Browse files Browse the repository at this point in the history
  • Loading branch information
neoancient committed Nov 7, 2023
1 parent ce24d1a commit d63f7e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MekHQ/src/mekhq/campaign/Campaign.java
Original file line number Diff line number Diff line change
Expand Up @@ -5658,6 +5658,7 @@ public void clearGameData(Entity entity) {
entity.setHullDown(false);
entity.heat = 0;
entity.heatBuildup = 0;
entity.underwaterRounds = 0;
entity.setTransportId(Entity.NONE);
entity.resetTransporter();
entity.setDeployRound(0);
Expand Down

0 comments on commit d63f7e7

Please sign in to comment.