mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Minor style
This commit is contained in:
parent
b40903b16a
commit
a26e26979e
@ -37,5 +37,8 @@
|
||||
<Key ID="STR_ACE_AIM120_direct">
|
||||
<English>Direct</English>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_AIM120_loft">
|
||||
<English>Loft</English>
|
||||
</Key>
|
||||
</Package>
|
||||
</Project>
|
||||
|
@ -44,7 +44,7 @@ class CfgAmmo {
|
||||
};
|
||||
};
|
||||
|
||||
class GVAR(L) : Missile_AGM_02_F {
|
||||
class GVAR(L): Missile_AGM_02_F {
|
||||
author = "xrufix";
|
||||
autoSeekTarget = 0;
|
||||
irLock = 0;
|
||||
|
@ -22,7 +22,7 @@ class CfgWeapons {
|
||||
weaponLockSystem = 2;
|
||||
};
|
||||
|
||||
class GVAR(L_Launcher) : weapon_AGM_65Launcher {
|
||||
class GVAR(L_Launcher): weapon_AGM_65Launcher {
|
||||
author = "xrufix";
|
||||
displayname = CSTRING(L);
|
||||
magazines[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user