From e0430cf607e719419ddf198ea910356e0027860f Mon Sep 17 00:00:00 2001 From: Mustang-25 <72566076+Mustang-25@users.noreply.github.com> Date: Fri, 12 Feb 2021 15:01:01 -0800 Subject: [PATCH] Adjust HARM Weapon Restriction Date Official Navy docs have the 88A's IOC date in 1983. Also left a note on the B and C IOC dates if DCS ever adds the older models. (cherry picked from commit a0fda2552fb809519686b6af593eb18a2a9e1339) --- game/data/weapons.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/game/data/weapons.py b/game/data/weapons.py index 23978039..acbd9456 100644 --- a/game/data/weapons.py +++ b/game/data/weapons.py @@ -638,8 +638,9 @@ WEAPON_INTRODUCTION_YEARS = { Weapon.from_pydcs(Weapons.MER_6_AGM_86C): 1986, # AGM-88 HARM - Weapon.from_pydcs(Weapons.AGM_88C): 1985, - Weapon.from_pydcs(Weapons.AGM_88C_): 1985, + Weapon.from_pydcs(Weapons.AGM_88C): 1983, + Weapon.from_pydcs(Weapons.AGM_88C_): 1983, + # for future reference: 1983 is the A model IOC. B model in 1986 and C model in 1994. # AIM-120 AMRAAM Weapon.from_pydcs(Weapons.AIM_120B): 1994,