Allow hiding IADS TGOs on MFD

This commit is contained in:
Raffson
2023-10-22 00:21:46 +02:00
parent e3dcf8e547
commit bc861380f0
6 changed files with 33 additions and 2 deletions

View File

@@ -223,3 +223,4 @@ class Migrator:
def _update_tgos(self) -> None:
for go in self.game.theater.ground_objects:
try_set_attr(go, "task", None)
try_set_attr(go, "hide_on_mfd", False)