Adds the E-2C Hawkeye to the game. (#714)

* Adds the E-2C Hawkeye to the game.

It wasn't being imported from pydcs, and thus wasn't in the list of AWACS aircraft or prices.

Also adds it to the 1985 US Navy list, as that makes sense to do.

Updates .gitignore to ignore my VS Code settings file.

Addresses Khopa/dcs_liberation#709
This commit is contained in:
Simon Clark 2021-01-04 21:04:11 +00:00 committed by GitHub
parent 851984ee66
commit 144cfecc0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@ resources/payloads/*.lua
venv
logs.txt
.DS_Store
.vscode/settings.json
dist/**
a.py
resources/tools/a.miz

View File

@ -40,6 +40,7 @@ from dcs.planes import (
C_101CC,
C_130,
E_3A,
E_2C,
FA_18C_hornet,
FW_190A8,
FW_190D9,
@ -343,6 +344,7 @@ PRICES = {
A_50: 50,
KJ_2000: 50,
E_3A: 50,
E_2C: 50,
C_130: 25,
Hercules: 25,
@ -691,7 +693,8 @@ UNIT_BY_TASK = {
KC135MPRS,
],
AWACS: [
E_3A,
E_3A,
E_2C,
A_50,
KJ_2000
],

View File

@ -12,7 +12,7 @@
"AH_1W"
],
"awacs": [
"E_3A"
"E_2C"
],
"tankers": [
"S_3B_Tanker"