Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kuronekochomusuke committed Nov 18, 2023
1 parent bcbf2b5 commit acac3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megamek/src/megamek/server/GameManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -6852,7 +6852,7 @@ private void processMovement(Entity entity, MovePath md, Map<EntityTargetPair,
doorReport.subject = entity.getId();
doorReport.indent(2);
Roll diceRoll = Compute.rollD6(2);
r.add(diceRoll);
doorReport.add(diceRoll);

if (diceRoll.getIntValue() == 2) {
doorDamage = true;
Expand Down

0 comments on commit acac3e0

Please sign in to comment.