diff --git a/game/db.py b/game/db.py index 0da84325..1a6c6008 100644 --- a/game/db.py +++ b/game/db.py @@ -114,6 +114,7 @@ from dcs.ships import ( CVN_72_Abraham_Lincoln, CVN_73_George_Washington, CVN_74_John_C__Stennis, + CVN_75_Harry_S__Truman, CV_1143_5_Admiral_Kuznetsov, CV_1143_5_Admiral_Kuznetsov_2017, Dry_cargo_ship_Ivanov, @@ -1207,6 +1208,8 @@ def upgrade_to_supercarrier(unit, name: str): return CVN_72_Abraham_Lincoln elif name == "CVN-73 George Washington": return CVN_73_George_Washington + elif name == "CVN-75 Harry S. Truman": + return CVN_75_Harry_S__Truman else: return CVN_71_Theodore_Roosevelt elif unit == CV_1143_5_Admiral_Kuznetsov: diff --git a/resources/factions/usa_1990.json b/resources/factions/usa_1990.json index ba48cf75..8aa7f6c7 100644 --- a/resources/factions/usa_1990.json +++ b/resources/factions/usa_1990.json @@ -72,7 +72,8 @@ "CVN-71 Theodore Roosevelt", "CVN-72 Abraham Lincoln", "CVN-73 George Washington", - "CVN-74 John C. Stennis" + "CVN-74 John C. Stennis", + "CVN-75 Harry S. Truman" ], "helicopter_carrier_names": [ "LHA-1 Tarawa", diff --git a/resources/factions/usa_2005.json b/resources/factions/usa_2005.json index d5ed8165..753f6059 100644 --- a/resources/factions/usa_2005.json +++ b/resources/factions/usa_2005.json @@ -70,7 +70,8 @@ "CVN-71 Theodore Roosevelt", "CVN-72 Abraham Lincoln", "CVN-73 George Washington", - "CVN-74 John C. Stennis" + "CVN-74 John C. Stennis", + "CVN-75 Harry S. Truman" ], "helicopter_carrier_names": [ "LHA-1 Tarawa", diff --git a/resources/factions/usn_1985.json b/resources/factions/usn_1985.json index 1bcd956f..525f2bf8 100644 --- a/resources/factions/usn_1985.json +++ b/resources/factions/usn_1985.json @@ -54,7 +54,8 @@ "CVN-71 Theodore Roosevelt", "CVN-72 Abraham Lincoln", "CVN-73 George Washington", - "CVN-74 John C. Stennis" + "CVN-74 John C. Stennis", + "CVN-75 Harry S. Truman" ], "helicopter_carrier_names": [ "LHA-1 Tarawa",