mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Added R-73 -> R60 to weapons fallback data
This commit is contained in:
parent
cf583bcd55
commit
c3401d478b
@ -167,6 +167,12 @@ _WEAPON_FALLBACKS = [
|
||||
|
||||
# R-77 (AA-12)
|
||||
(Weapons.R_77, Weapons.R_27ER),
|
||||
(Weapons.R_77_, Weapons.R_27ER),
|
||||
|
||||
# R-73
|
||||
(Weapons.R_73, Weapons.R_60M),
|
||||
(Weapons.R_73_, Weapons.R_60M_),
|
||||
|
||||
]
|
||||
|
||||
WEAPON_FALLBACK_MAP: Dict[Weapon, Optional[Weapon]] = defaultdict(
|
||||
@ -227,4 +233,10 @@ WEAPON_INTRODUCTION_YEARS = {
|
||||
|
||||
# R-77 (AA-12)
|
||||
Weapon.from_pydcs(Weapons.R_77): 2002,
|
||||
Weapon.from_pydcs(Weapons.R_77_): 2002,
|
||||
|
||||
# R-73
|
||||
Weapon.from_pydcs(Weapons.R_73): 1989,
|
||||
Weapon.from_pydcs(Weapons.R_73_): 1989,
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user