Feature/deep strike #48

Merged
dutchie031 merged 6 commits from feature/deepStrike into develop 2026-09-20 16:56:32 +00:00
Showing only changes of commit 446a98dc3b - Show all commits
@@ -435,7 +435,7 @@ function Stage:PreActivate()
end
end
for key, mission in pairs(self._db.missions) do
for _, mission in pairs(self._db.missions) do
if mission and mission.missionType == "DEEPSTRIKE" then
mission:SpawnInactive() --Not Really "inactive"
end