mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
Fixed a bug with "rockets!" launch call
This commit is contained in:
parent
d2d850799e
commit
2fa3702763
@ -325,7 +325,7 @@ do
|
||||
if weaponDesc.category == Weapon.Category.BOMB then
|
||||
doAmbientChatter("pilotLaunchPickle", nil, event.initiator:getCallsign(), 1)
|
||||
elseif weaponDesc.category == Weapon.Category.ROCKET then
|
||||
doAmbientChatter(event.initiator:getCoalition(),"pilotLaunchRocket", nil, event.initiator:getCallsign(), 1)
|
||||
doAmbientChatter("pilotLaunchRocket", nil, event.initiator:getCallsign(), 1)
|
||||
elseif weaponDesc.category == Weapon.Category.MISSILE then
|
||||
if weaponDesc.missileCategory == Weapon.MissileCategory.AAM then
|
||||
if weaponDesc.guidance == Weapon.GuidanceType.IR then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user