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 f3a38db5ca - Show all commits
@@ -434,7 +434,7 @@ function Stage:PreActivate()
for key, mission in pairs(self._db.missions) do
if mission and mission.missionType == "DEEPSTRIKE" then
mission:SpawnInactive()
mission:SpawnInactive() --Not Really "inactive"
end
end