Skip to content

Commit

Permalink
Merge pull request #5866 from repligator/typosandspellingandstuff
Browse files Browse the repository at this point in the history
Typos and whitespace fixes.
  • Loading branch information
rjhancock authored Aug 6, 2024
2 parents 23c20c3 + 2582273 commit bd3f6a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ overview:<p>The Black Hawk-KU, an Inner Sphere adaptation of the Clan's Black Ha

capabilities:<p>The Black Hawk-KU is recognized for its speed and agility despite its size, making it a formidable and versatile weapons platform. Its design supports various standard configurations courtesy of its pod technology, allowing customization to cater to mission requirements and pilot preferences. The configurations range from mirroring the Clan original to optimizing the strengths and weaknesses of Inner Sphere weapons systems. The utilization of standard weapons in many configurations helps in better heat management, thus reducing the chances of heat-induced shutdowns following alpha strikes, albeit at the cost of range and firepower. The model features a Vlar 300 XL engine, nearly maximum armor protection, five jump jets across configurations, and fourteen double heat sinks to manage substantial heat generated, especially pronounced in alternate configurations.</p>

deployment:<p>TDesigned for long-range engagements, it carries two ER PPCs as its primary weapons, alongside two anti-missile systems for enhanced defense against missile attacks.</p>
deployment:<p>Designed for long-range engagements, it carries two ER PPCs as its primary weapons, alongside two anti-missile systems for enhanced defense against missile attacks.</p>

history:<p>The inception of the Black Hawk-KU is rooted in the aftermath of the battle for Wolcott, where the Draconis Combine managed to obtain several Clan OmniMechs. This acquisition spurred a crash program to develop OmniMechs, leading to the birth of the Black Hawk-KU. Luthien Armor Works played a pivotal role in replicating the Clan's Black Hawk design, employing available technologies to a significant extent. Although the resultant design necessitated a ten-ton heavier build to accommodate a robust engine and chassis, it achieved a performance profile comparable to its Clan sibling. The Black Hawk-KU went through initial field tests with the Legion of Vega and saw action against Clan Smoke Jaguar, later serving with distinction in the Ghost Bear incursion and conflicts against the Federated Suns. This combat history, coupled with its diverse configurations, not only demonstrated its resilience and adaptability on the battlefield but also underscored its contribution in narrowing the technological gap between Inner Sphere and Clan technologies.</p>

Expand Down
2 changes: 1 addition & 1 deletion megamek/i18n/megamek/client/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4240,7 +4240,7 @@ GunEmplacementMapSet.ConstructionFactor=Construction\ Factor
GunEmplacementMapSet.TurretArmor=Turret\ Armor

MegaMek.welcome.title=Welcome to MegaMek
MegaMek.Version=MegaMek version
MegaMek.Version=MegaMek version\u0020
MegaMek.Connect.label=Connect to a Game
MegaMek.Quit.label=Quit
MegaMek.yourNameL=Your Name:
Expand Down
2 changes: 1 addition & 1 deletion megamek/src/megamek/server/commands/SeeAllCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void run(int connId, String... args) {
if ((!player.isSeeAllPermitted()))
{
server.sendServerChat(connId, player.getName()
+ " is not an Observer or Game Master so may be given /seeall");
+ " is not an Observer or Game Master so may not be given /seeall");
return;
}
give_take = " has been granted";
Expand Down

0 comments on commit bd3f6a4

Please sign in to comment.