Skip to content

Commit

Permalink
Merge pull request #4832 from Saklad5/naval-tug-rating
Browse files Browse the repository at this point in the history
Correct Technology Rating of Naval Tug Adaptor
  • Loading branch information
HammerGS authored Oct 15, 2023
2 parents 8272dc3 + dc876d5 commit ad3f977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megamek/src/megamek/common/MiscType.java
Original file line number Diff line number Diff line change
Expand Up @@ -7788,7 +7788,7 @@ public static MiscType createISNavalTugAdaptor() {
misc.addLookupName("CLNavalTugAdaptor");
misc.flags = misc.flags.or(F_NAVAL_TUG_ADAPTOR).or(F_SC_EQUIPMENT).or(F_DS_EQUIPMENT).or(F_WS_EQUIPMENT);
misc.rulesRefs = "334, TO";
misc.techAdvancement.setTechBase(TECH_BASE_ALL).setIntroLevel(false).setUnofficial(false).setTechRating(RATING_F)
misc.techAdvancement.setTechBase(TECH_BASE_ALL).setIntroLevel(false).setUnofficial(false).setTechRating(RATING_C)
.setAvailability(RATING_C, RATING_C, RATING_C, RATING_C)
.setAdvancement(DATE_ES, DATE_ES, DATE_ES, DATE_NONE, DATE_NONE)
.setApproximate(false, false, false, false, false).setStaticTechLevel(SimpleTechLevel.ADVANCED);
Expand Down

0 comments on commit ad3f977

Please sign in to comment.