Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#6089, #6102: Messages fixes #6120

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion megamek/i18n/megamek/common/options/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,9 @@ GameOptionsInfo.option.hidden_units.description=If checked, players may deploy u
GameOptionsInfo.option.black_ice.displayableName=Black Ice
GameOptionsInfo.option.black_ice.description=If checked, Black Ice may form on pavement if temperatures are below -30C. TO:AR p38\nDoes not affect Black Ice forming due to Ice Storms. TO:AR p58
GameOptionsInfo.option.double_blind.displayableName=TacOps Double blind
GameOptionsInfo.option.single_blind_bots.displayableName=(Unofficial) Default bots to single blind, when using TacOps Double blind
GameOptionsInfo.option.double_blind.description=If checked, enemy units will only be visible if they are in line of sight of one or more of your units, or within sensor range. \nUnchecked by default.
GameOptionsInfo.option.single_blind_bots.displayableName=(Unofficial) Default bots to single blind, when using TacOps Double blind
GameOptionsInfo.option.single_blind_bots.description=If checked, bot players (Princess) ignore the double blind setting and see everything.
GameOptionsInfo.option.tacops_sensors.displayableName=TacOps Sensor Rules
GameOptionsInfo.option.tacops_sensors.description=If checked, units will be able to spot other units via sensors as well as line of sight
GameOptionsInfo.option.supress_all_double_blind_messages.displayableName=No Double Blind Messages
Expand Down
2 changes: 1 addition & 1 deletion megamek/i18n/megamek/common/report-messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
3341=\ (w/ <data> malus)
3342=\ (ELRM minimum range)
3345=.
3350=AMS engaged!\
3350=AMS engaged!
3351=APDS engaged (<data> modifier)!
3352=<span class='success'><B>hits</B></span> (AMS engaged! Reduced AV by <data>).
3353=Point Defense engaged! Reduced AV by <data>.
Expand Down
2 changes: 1 addition & 1 deletion megamek/i18n/megamek/common/report-messages_es.properties
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
3341=\ (w/ <data> multa)
3342=\ (rango mínimo de ELRM)
3345=.
3350=¡AMS conectado!\
3350=¡AMS conectado!
3351=APDS conectado (modificador <data>)!
3352=<span class='success'><B>impactas</B></span> (¡AMS conectado! AV reducido en <data>).
3353=¡Defensa puntual conectada! AV reducido por <data>.
Expand Down