mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-08-17 03:11:21 +00:00
Merged "rifle!" and "missile away!" radio messages
This commit is contained in:
@@ -335,7 +335,7 @@ do
|
||||
elseif weaponDesc.guidance == Weapon.GuidanceType.RADAR_SEMI_ACTIVE then
|
||||
doAmbientChatter("pilotLaunchFox1", nil, event.initiator:getCallsign(), 1)
|
||||
else
|
||||
doAmbientChatter("pilotLaunchMissile", nil, event.initiator:getCallsign(), 1)
|
||||
doAmbientChatter("pilotLaunchRifle", nil, event.initiator:getCallsign(), 1)
|
||||
end
|
||||
elseif weaponDesc.missileCategory == Weapon.MissileCategory.ANTI_SHIP or weaponDesc.typeName == "weapons.missiles.AGM_84D" then
|
||||
doAmbientChatter("pilotLaunchBruiser", nil, event.initiator:getCallsign(), 1)
|
||||
|
||||
Reference in New Issue
Block a user