Skip to content

Commit

Permalink
Hotfix 1.0.2
Browse files Browse the repository at this point in the history
CHANGELOG:
-Fixed menu picture
- Localized cfgVehicles ACE actions and dispenser name
  • Loading branch information
Neefay committed Sep 15, 2017
1 parent 8bf9ad3 commit 9743e7a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
An unofficial <a href="https://github.com/acemod/ACE3"><img src="https://puu.sh/xzxxB/1f04534da3.png" alt="ACE 3"></a> extension.
<br/><br/>
<a href="https://github.com/Neefay/BromA-A3-Framework-Mark3/commits/master">
<img src="https://img.shields.io/badge/build-1.0.1-blue.svg?style=flat-square" alt="Current version">
<img src="https://img.shields.io/badge/build-1.0.2-blue.svg?style=flat-square" alt="Current version">
</a>
<img src="https://img.shields.io/badge/stable-yes-green.svg?style=flat-square" alt="Stable">
</p>
Expand Down
6 changes: 3 additions & 3 deletions addons/barrelbombs/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class CfgVehicles {
class Helicopter_Base_F: Air {
class ACE_SelfActions {
class GVAR(CheckBarrels) {
displayName = QUOTE(Check Barrel Bombs);
displayName = CSTRING(Action_CheckBarrelBombs);
icon = ICON_ACTION_CHECKBARRELS;
showDisabled = 0;
priority = 1.1;
Expand All @@ -20,7 +20,7 @@ class CfgVehicles {
class CargoNet_01_barrels_F;
class ACE_BarrelBomb_Dispenser_01: CargoNet_01_barrels_F {

displayName = "[ACE] Barrel Bomb Dispenser (Large)";
displayName = CSTRING(Object_Dispenser_01);
scope = 2;
vehicleClass = "Ammo";
GVAR(limitExplosives) = 3000;
Expand All @@ -38,7 +38,7 @@ class CfgVehicles {
selection = "";

class GVAR(TakeMenu) {
displayName = QUOTE(Prepare Barrel Bomb);
displayName = CSTRING(Action_PrepareBarrelBomb);
icon = ICON_ACTION_PREPBARREL;
distance = DISTANCE_USE_MIN;
showDisabled = 0;
Expand Down
9 changes: 9 additions & 0 deletions addons/barrelbombs/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,14 @@
<Key ID="STR_ACE_BarrelBombs_String_Fuse">
<English>Fuse</English>
</Key>
<Key ID="STR_ACE_BarrelBombs_Action_CheckBarrelBombs">
<English>Check Barrel Bombs</English>
</Key>
<Key ID="STR_ACE_BarrelBombs_Action_PrepareBarrelBomb">
<English>Prepare Barrel Bomb</English>
</Key>
<Key ID="STR_ACE_BarrelBombs_Object_Dispenser_01">
<English>[ACE] Barrel Bomb Dispenser (Large)</English>
</Key>
</Package>
</Project>
Binary file modified data/picture.paa
Binary file not shown.

0 comments on commit 9743e7a

Please sign in to comment.