Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kuronekochomusuke committed Nov 25, 2023
1 parent fded439 commit e0d4981
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ public void displayMech(Entity en) {
currentHeatBuildup++;
}

if (entity.hasQuirk(OptionsConstants.QUIRK_POS_COMBAT_COMPUTER)) {
if (en.hasQuirk(OptionsConstants.QUIRK_POS_COMBAT_COMPUTER)) {
currentHeatBuildup -= 4;
}

Expand Down

0 comments on commit e0d4981

Please sign in to comment.