Skip to content

Commit

Permalink
Add hint to help older players find the new construction system
Browse files Browse the repository at this point in the history
jaj22 committed Feb 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1e03950 commit 53e2985
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion A3A/addons/core/Stringtable.xml
Original file line number Diff line number Diff line change
@@ -13461,7 +13461,7 @@
<Chinesesimp>建造</Chinesesimp>
</Key>
<Key ID="STR_antistasi_dialogs_radio_comm_construct_tooltip">
<Original>Construct in the spot where you are a selected building facing this direction</Original>
<Original>To construct buildings in this version, buy a construction kit from the Buy Vehicle menu and use the action on it</Original>
<Italian>Costruisci nel punto dove hai selezionato una struttura rivolta verso questa direzione</Italian>
<Spanish>Construye en el sitio el edificio seleccionado mirando hacia esta dirección</Spanish>
<French>Construire à l'endroit où vous vous trouvez un bâtiment sélectionné faisant face à cette direction</French>
2 changes: 1 addition & 1 deletion A3A/addons/core/dialogs.hpp
Original file line number Diff line number Diff line change
@@ -1317,7 +1317,7 @@ class radio_comm {
y = 0.415981 * safezoneH + safezoneY;
w = 0.175015 * safezoneW;
h = 0.0560125 * safezoneH;
//tooltip = $STR_antistasi_dialogs_radio_comm_construct_tooltip;
tooltip = $STR_antistasi_dialogs_radio_comm_construct_tooltip;
//action = "closeDialog 0;_nul = createDialog ""construction_menu"";";
};
class 8slots_L3: A3A_core_BattleMenuRedButton

0 comments on commit 53e2985

Please sign in to comment.