spencershepard / DCS-Scripts

A small collection of scripts for DCS
MIT License
12 stars 6 forks source link

AGM-154C incorrect listing name #11

Closed Temeter closed 1 year ago

Temeter commented 1 year ago

In the 'explTable', the AGM-154C is incorrectly listed as: ["AGM_154C"] = 305

This is reflected by the missing AoE effect and log warning:

2023-04-29 14:45:59.940 INFO SCRIPTING (Main): AGM_154 missing from Splash Damage script

Renaming the the list entry to ["AGM_154"] fixed the issue, and the weapon now does the correct AoE effect.

As a disclaimer, the CBU based 154 uses the name [AGM-154A]

spencershepard commented 1 year ago

fixed with #13