mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed Titan realistic name as it's not implemented yet as a Spike
This commit is contained in:
parent
ab580dd1c7
commit
e58d23d885
@ -407,7 +407,7 @@ class CfgVehicles {
|
||||
displayName = "$STR_ACE_RealisticNames_launch_RPG32_Name";
|
||||
};
|
||||
|
||||
class Weapon_launch_Titan_F: Launcher_Base_F {
|
||||
/*class Weapon_launch_Titan_F: Launcher_Base_F {
|
||||
displayName = "$STR_ACE_RealisticNames_launch_Titan_Name";
|
||||
};
|
||||
|
||||
@ -417,13 +417,13 @@ class CfgVehicles {
|
||||
|
||||
class Weapon_launch_B_Titan_F: Launcher_Base_F {
|
||||
displayName = "$STR_ACE_RealisticNames_launch_Titan_Name";
|
||||
};
|
||||
};*/
|
||||
//class Weapon_launch_I_Titan_F: Weapon_launch_B_Titan_F {};
|
||||
//class Weapon_launch_O_Titan_F: Weapon_launch_B_Titan_F {};
|
||||
|
||||
class Weapon_launch_launch_B_Titan_short_F: Launcher_Base_F {
|
||||
/*class Weapon_launch_launch_B_Titan_short_F: Launcher_Base_F {
|
||||
displayName = "$STR_ACE_RealisticNames_launch_Titan_short_Name";
|
||||
};
|
||||
};*/
|
||||
//class Weapon_launch_I_Titan_short_F: Weapon_launch_launch_B_Titan_short_F {};
|
||||
//class Weapon_launch_O_Titan_short_F: Weapon_launch_launch_B_Titan_short_F {};
|
||||
|
||||
|
@ -181,12 +181,12 @@ class CfgWeapons {
|
||||
displayName = "$STR_ACE_RealisticNames_launch_RPG32_Name";
|
||||
};
|
||||
|
||||
class launch_Titan_base: Launcher_Base_F {
|
||||
/*class launch_Titan_base: Launcher_Base_F {
|
||||
displayName = "$STR_ACE_RealisticNames_launch_Titan_Name";
|
||||
};
|
||||
class launch_Titan_short_base: launch_Titan_base {
|
||||
displayName = "$STR_ACE_RealisticNames_launch_Titan_short_Name";
|
||||
};
|
||||
};*/
|
||||
|
||||
class launch_NLAW_F: Launcher_Base_F {
|
||||
displayName = "$STR_ACE_RealisticNames_launch_NLAW_Name";
|
||||
|
Loading…
Reference in New Issue
Block a user