mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
removed observer slots
This commit is contained in:
parent
e0e1d0238f
commit
58dd16219b
@ -140,10 +140,6 @@ class TriggersGenerator:
|
|||||||
player_coalition = self.game.player == "USA" and "blue" or "red"
|
player_coalition = self.game.player == "USA" and "blue" or "red"
|
||||||
enemy_coalition = player_coalition == "blue" and "red" or "blue"
|
enemy_coalition = player_coalition == "blue" and "red" or "blue"
|
||||||
|
|
||||||
# dcs require at least some slots on both sides for the mission to start
|
|
||||||
self.mission.groundControl.red_observer = 1
|
|
||||||
self.mission.groundControl.blue_observer = 1
|
|
||||||
|
|
||||||
self.mission.coalition[player_coalition].bullseye = {"x": self.conflict.position.x,
|
self.mission.coalition[player_coalition].bullseye = {"x": self.conflict.position.x,
|
||||||
"y": self.conflict.position.y}
|
"y": self.conflict.position.y}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user