Update UAV battery icon from AGM

This commit is contained in:
PabstMirror 2015-04-11 16:48:49 -05:00
parent 1a9b25c70e
commit 0805d5b640
4 changed files with 34 additions and 34 deletions

View File

@ -10,7 +10,7 @@ class CfgVehicles {
statement = QUOTE([ARR_2(_player, _target)] call FUNC(refuelUAV)); statement = QUOTE([ARR_2(_player, _target)] call FUNC(refuelUAV));
showDisabled = 0; \ showDisabled = 0; \
priority = 1.245; \ priority = 1.245; \
icon = QUOTE(PATHTOF(ui\UAV_battery.paa)); icon = QUOTE(PATHTOF(ui\UAV_battery_ca.paa));
}; };
}; };
}; };

View File

@ -7,7 +7,7 @@ class CfgWeapons {
displayName = "$STR_ACE_logistics_uavbattery_Battery_Name"; displayName = "$STR_ACE_logistics_uavbattery_Battery_Name";
descriptionShort = "$STR_ACE_logistics_uavbattery_Battery_Description"; descriptionShort = "$STR_ACE_logistics_uavbattery_Battery_Description";
model = QUOTE(PATHTOF(models\ace_battery.p3d)); model = QUOTE(PATHTOF(models\ace_battery.p3d));
picture = QUOTE(PATHTOF(ui\UAV_battery.paa)); picture = QUOTE(PATHTOF(ui\UAV_battery_ca.paa));
class ItemInfo: InventoryItem_Base_F { class ItemInfo: InventoryItem_Base_F {
mass = 20; mass = 20;
}; };

Binary file not shown.