mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fix offshore targets for WW2 factions.
This makes the oil platform a required building so that all factions can use it. Alternatively, we could pick a different offshore target for WW2 factions, or gracefully degrade to not generating these targets for WW2 factions. This approach seems to best match the designer's intent. Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2322.
This commit is contained in:
parent
3629fa1b36
commit
207d56c2e9
@ -1,10 +1,12 @@
|
||||
import inspect
|
||||
|
||||
import dcs
|
||||
|
||||
REQUIRED_BUILDINGS = [
|
||||
"ammo",
|
||||
"factory",
|
||||
"fob",
|
||||
"oil",
|
||||
]
|
||||
|
||||
IADS_BUILDINGS = [
|
||||
@ -15,7 +17,6 @@ IADS_BUILDINGS = [
|
||||
|
||||
DEFAULT_AVAILABLE_BUILDINGS = [
|
||||
"fuel",
|
||||
"oil",
|
||||
"ware",
|
||||
"farp",
|
||||
"derrick",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user