mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Only generate Combined Arms "Tactical Commander" slots for player side.
This commit is contained in:
parent
056c397e68
commit
c699567c73
@ -92,8 +92,10 @@ class Operation:
|
||||
|
||||
# combined arms
|
||||
self.mission.groundControl.pilot_can_control_vehicles = self.ca_slots > 0
|
||||
self.mission.groundControl.blue_tactical_commander = self.ca_slots
|
||||
self.mission.groundControl.red_tactical_commander = self.ca_slots
|
||||
if self.game.player == "USA":
|
||||
self.mission.groundControl.blue_tactical_commander = self.ca_slots
|
||||
else:
|
||||
self.mission.groundControl.red_tactical_commander = self.ca_slots
|
||||
|
||||
# ground infrastructure
|
||||
self.groundobjectgen.generate()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user