mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Rename "Check Temperature" to "Check Weapon Temperature" and move it inside the equipment submenu. Close #494
This commit is contained in:
parent
1a9b25c70e
commit
488000bdf3
@ -13,16 +13,16 @@ class CfgVehicles {
|
||||
icon = QUOTE(PATHTOF(UI\spare_barrel_ca.paa));
|
||||
hotkey = "B";
|
||||
};
|
||||
};
|
||||
class ACE_CheckTemperature {
|
||||
displayName = "$STR_ACE_Overheating_CheckTemperatureShort";
|
||||
condition = "switch (currentWeapon _player) do {case (''): {false}; case (primaryWeapon _player); case (secondaryWeapon _player); case (handgunWeapon _player): {true}; default {false}}";
|
||||
exceptions[] = {"isNotInside"};
|
||||
statement = QUOTE( [ARR_2(_player, currentWeapon _player)] call FUNC(CheckTemperature); );
|
||||
showDisabled = 0;
|
||||
priority = 3.1;
|
||||
icon = QUOTE(PATHTOF(UI\temp_ca.paa));
|
||||
hotkey = "P";
|
||||
class ACE_CheckTemperature {
|
||||
displayName = "$STR_ACE_Overheating_CheckTemperatureShort";
|
||||
condition = "switch (currentWeapon _player) do {case (''): {false}; case (primaryWeapon _player); case (secondaryWeapon _player); case (handgunWeapon _player): {true}; default {false}}";
|
||||
exceptions[] = {"isNotInside"};
|
||||
statement = QUOTE( [ARR_2(_player, currentWeapon _player)] call FUNC(CheckTemperature); );
|
||||
showDisabled = 0;
|
||||
priority = 2.9;
|
||||
icon = QUOTE(PATHTOF(UI\temp_ca.paa));
|
||||
hotkey = "P";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -119,16 +119,8 @@
|
||||
<Russian>Проверить температуру оружия</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Overheating_CheckTemperatureShort">
|
||||
<English>Check<br/>temperature</English>
|
||||
<German>Temperatur<br/>prüfen</German>
|
||||
<Spanish>Verificar<br/>temperatura</Spanish>
|
||||
<Polish>Sprawdź<br/>temperaturę</Polish>
|
||||
<French>Vérifier la<br/>température</French>
|
||||
<Hungarian>Hőmérséklet<br/>ellenőrzése</Hungarian>
|
||||
<Czech>Zjistit<br/>teplotu</Czech>
|
||||
<Portuguese>Conferir<br/>temperatura</Portuguese>
|
||||
<Italian>Controlla la<br/>temperatura</Italian>
|
||||
<Russian>Проверить<br/>температуру</Russian>
|
||||
<English>Check weapon<br/>temperature</English>
|
||||
<Spanish>Verificar temperatura<br/>del arma</Spanish>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Overheating_CheckingTemperature">
|
||||
<English>Checking temperature ...</English>
|
||||
|
Loading…
Reference in New Issue
Block a user