Skip to content

Commit

Permalink
Merge pull request #3780 from MegaMek/beast_mounted_infantry
Browse files Browse the repository at this point in the history
Beast mounted infantry
  • Loading branch information
HammerGS authored Nov 16, 2023
2 parents 412b7f2 + d63f7e7 commit 0756e66
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 0756e66

Please sign in to comment.