Skip to content

Commit

Permalink
+ Clan Industrial structure was missing proper equipment flags
Browse files Browse the repository at this point in the history
  • Loading branch information
arlith committed Oct 6, 2016
1 parent 6f06d56 commit 74f6265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions megamek/docs/history.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ v0.41.24-git
+Data: Changes to Field Gunners/Artillery intro dates and moving them
from Unofficial to Infantry
+ Fixed Mac OSX Packaging (Hopefully for good this time!)
+ Clan Industrial structure was missing proper equipment flags

v0.41.23 (2016-09-20 00:07 UTC)
+ Issue #323: Artifacts when drawing the boardview background
Expand Down
1 change: 1 addition & 0 deletions megamek/src/megamek/common/MiscType.java
Original file line number Diff line number Diff line change
Expand Up @@ -5399,6 +5399,7 @@ public static MiscType createCLIndustrialStructure() {
misc.techLevel.put(3071, TechConstants.T_CLAN_TW);
misc.industrial = true;
misc.introDate = 2820;
misc.flags = misc.flags.or(F_INDUSTRIAL_STRUCTURE);
misc.techLevel.put(2820, misc.techLevel.get(3071));
misc.availRating = new int[] { EquipmentType.RATING_X,
EquipmentType.RATING_C, EquipmentType.RATING_C };
Expand Down

0 comments on commit 74f6265

Please sign in to comment.