Merged "rifle!" and "missile away!" radio messages

This commit is contained in:
Ambroise Garel
2025-07-25 12:03:07 +02:00
parent 05812ba4e4
commit 7dfc8dd6bf
4 changed files with 2 additions and 3 deletions
@@ -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)