mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add description string
This commit is contained in:
parent
3c85398d87
commit
12130c8c3a
@ -9,9 +9,9 @@ class CfgWeapons {
|
||||
scope = 2;
|
||||
author = ECSTRING(common,ACETeam);
|
||||
displayName = "VMM3";
|
||||
descriptionShort = CSTRING(VMM3_Description);
|
||||
model = QUOTE(PATHTOF(ace_wallon_vmm3.p3d));
|
||||
picture = QUOTE(PATHTOF(data\equip\w_vmm3_ca.paa));
|
||||
descriptionShort = "";
|
||||
magazines[] = { };
|
||||
modes[] = { "Single" };
|
||||
class Single: Mode_SemiAuto {
|
||||
@ -39,6 +39,7 @@ class CfgWeapons {
|
||||
class ACE_VMH3: ACE_VMM3 {
|
||||
scope = 2;
|
||||
displayName = "VMH3";
|
||||
author = ECSTRING(common,ACETeam);
|
||||
model = QUOTE(PATHTOF(ace_wallon_vmh3.p3d));
|
||||
picture = QUOTE(PATHTOF(data\equip\w_vmh3_ca.paa));
|
||||
};
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project name="ACE">
|
||||
<Package name="MineDetector">
|
||||
<Key ID="STR_ACE_MineDetector_">
|
||||
<English>Vallon</English>
|
||||
<Key ID="STR_ACE_MineDetector_VMM3_Description">
|
||||
<English>Metal detector</English>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_MineDetector_ActivateDetector">
|
||||
<English>Activate Detector</English>
|
||||
|
Loading…
Reference in New Issue
Block a user