CurrentHill USA military assets pack (#461)

* usa military assets pack

* minor fixes to have missiles

* tweak nasams 3

* fix preset groups bug

* adjust b-21 name

* Update faction.py

bugfixes will go in a different branch
This commit is contained in:
Druss99
2025-01-26 09:32:12 -05:00
committed by GitHub
parent 05e80fa144
commit a76fe34f3f
80 changed files with 1819 additions and 0 deletions

View File

@@ -103,6 +103,7 @@ class ModSettings:
vietnamwarvessels: bool = False
chinesemilitaryassetspack: bool = False
russianmilitaryassetspack: bool = False
usamilitaryassetspack: bool = False
class GameGenerator: