Skip to content

Commit

Permalink
Updating wording around the RNG log
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Apr 4, 2024
1 parent a2215d0 commit c895b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions megamek/i18n/megamek/common/options/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ GameOptionsInfo.option.show_bay_detail.displayableName=Show detail of weapon bay
GameOptionsInfo.option.show_bay_detail.description=Show a detailed loadout of the weapons and ammo of each weapon bay during selection
GameOptionsInfo.option.rng_type.displayableName=RNG Type
GameOptionsInfo.option.rng_type.description=Note: any type other than 0 or 1 is completely unofficial. Valid types:\n0 - SunRandom: Sun regular RNG\n1 - CryptoRandom: Java crypto-strength RNG\n2 - Pool36Random: Pool of 36 values, randomly shuffled\nDefaults to 1.
GameOptionsInfo.option.rng_log.displayableName=RNG Log
GameOptionsInfo.option.rng_log.description=Whether or not to log the Random Number Generator.
GameOptionsInfo.option.rng_log.displayableName=RNG Log ("Dice Roll" log)
GameOptionsInfo.option.rng_log.description=Whether or not to log the Random Number Generator results. Effective gives you a log of the "Dice Rolls" by the RNG.
GameOptionsInfo.option.flamer_heat.displayableName=Flamers per Battlemech Manual
GameOptionsInfo.option.flamer_heat.description=If checked, flamers deal both heat and damage. (BMM pg. 99) Otherwise, you have the option to choose heat or damage.
GameOptionsInfo.option.infantry_damage_heat.displayableName=(Unofficial) Infantry weapons like BMM flamers
Expand Down

0 comments on commit c895b35

Please sign in to comment.