Skip to content

Commit

Permalink
Merge pull request #5146 from kuronekochomusuke/planetaryConditionsWe…
Browse files Browse the repository at this point in the history
…atherUpdate

planetary conditions weather updates
  • Loading branch information
HammerGS authored Feb 10, 2024
2 parents 45b8fab + 72f5961 commit cffdeed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions megamek/src/megamek/common/PlanetaryConditions.java
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ public class PlanetaryConditions implements Serializable {

// misc
private boolean blowingSand = false;
private static final String MSG_NAME_BLOWINGSAND_TRUE = Messages.getString("PlanetaryConditions.DisplayableName.SandBlowing.true");
private static final String MSG_NAME_BLOWINGSAND_FALSE = Messages.getString("PlanetaryConditions.DisplayableName.SandBlowing.false");
public static final String MSG_NAME_BLOWINGSAND_TRUE = Messages.getString("PlanetaryConditions.DisplayableName.SandBlowing.true");
public static final String MSG_NAME_BLOWINGSAND_FALSE = Messages.getString("PlanetaryConditions.DisplayableName.SandBlowing.false");
private static final String MSG_INDICATOR_BLOWINGSAND_TRUE = Messages.getString("PlanetaryConditions.Indicator.SandBlowing.true");
private static final String MSG_INDICATOR_BLOWINGSAND_FALSE = Messages.getString("PlanetaryConditions.Indicator.SandBlowing.false");

Expand Down

0 comments on commit cffdeed

Please sign in to comment.