Skip to content

Commit

Permalink
Non-Meks in fire hexes (MM#4734): remove unnecessary check
Browse files Browse the repository at this point in the history
  • Loading branch information
SJuliez committed Sep 8, 2023
1 parent c183a1c commit 33c7c14
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions megamek/src/megamek/server/GameManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -19508,11 +19508,6 @@ private void doFlamingDamage(final Entity entity, final Coords coordinates) {
return;
}

// fire has no effect on dropships
if (entity instanceof Dropship) {
return;
}

// Must roll 8+ to survive...
r = new Report(5100);
r.subject = entity.getId();
Expand Down

0 comments on commit 33c7c14

Please sign in to comment.