diff --git a/Maps/ArchipelagoCampaign/LotV/ap_steps_of_the_rite.SC2Map/DocumentHeader b/Maps/ArchipelagoCampaign/LotV/ap_steps_of_the_rite.SC2Map/DocumentHeader index b4a60f026..5b3cba167 100644 Binary files a/Maps/ArchipelagoCampaign/LotV/ap_steps_of_the_rite.SC2Map/DocumentHeader and b/Maps/ArchipelagoCampaign/LotV/ap_steps_of_the_rite.SC2Map/DocumentHeader differ diff --git a/Maps/ArchipelagoCampaign/LotV/ap_steps_of_the_rite.SC2Map/MapScript.galaxy b/Maps/ArchipelagoCampaign/LotV/ap_steps_of_the_rite.SC2Map/MapScript.galaxy index 7b91b5e28..9599f73f3 100644 --- a/Maps/ArchipelagoCampaign/LotV/ap_steps_of_the_rite.SC2Map/MapScript.galaxy +++ b/Maps/ArchipelagoCampaign/LotV/ap_steps_of_the_rite.SC2Map/MapScript.galaxy @@ -1559,6 +1559,10 @@ bool gt_ImmortalJohFoundQ_Func (bool testConds, bool runActions) { // Automatic Variable Declarations // Conditions if (testConds) { + if (!((GameGetMissionTime() > 30.0))) { + return false; + } + if (!((TriggerIsEnabled(TriggerGetCurrent()) == true))) { return false; } @@ -1571,7 +1575,7 @@ bool gt_ImmortalJohFoundQ_Func (bool testConds, bool runActions) { return false; } - if (!((UnitGroupCount(UnitGroup(null, gv_pLAYER_01_USER, RegionFromId(27), UnitFilter(0, 0, (1 << c_targetFilterMissile), (1 << (c_targetFilterDead - 32)) | (1 << (c_targetFilterHidden - 32))), 0), c_unitCountAlive) > 0))) { + if (!((UnitGroupCount(UnitGroup(null, gv_pLAYER_01_USER, RegionFromId(27), UnitFilter(0, 0, (1 << c_targetFilterMissile) | (1 << c_targetFilterUncommandable), (1 << (c_targetFilterDead - 32)) | (1 << (c_targetFilterHidden - 32)) | (1 << (c_targetFilterInvulnerable - 32))), 0), c_unitCountAlive) > 0))) { return false; } } diff --git a/Maps/ArchipelagoCampaign/LotV/ap_steps_of_the_rite.SC2Map/Triggers b/Maps/ArchipelagoCampaign/LotV/ap_steps_of_the_rite.SC2Map/Triggers index 6cc3af69c..3165edc75 100644 --- a/Maps/ArchipelagoCampaign/LotV/ap_steps_of_the_rite.SC2Map/Triggers +++ b/Maps/ArchipelagoCampaign/LotV/ap_steps_of_the_rite.SC2Map/Triggers @@ -6848,6 +6848,7 @@ + @@ -6869,6 +6870,28 @@ + + + + + + + + + + + + + + + + + + + + 30.0 + + @@ -6989,7 +7012,7 @@ - -;Missile,Dead,Hidden + -;Missile,Uncommandable,Dead,Hidden,Invulnerable diff --git a/Maps/ArchipelagoCampaign/LotV/ap_steps_of_the_rite.SC2Map/Triggers.version b/Maps/ArchipelagoCampaign/LotV/ap_steps_of_the_rite.SC2Map/Triggers.version index db8a061a9..e129b1e08 100644 Binary files a/Maps/ArchipelagoCampaign/LotV/ap_steps_of_the_rite.SC2Map/Triggers.version and b/Maps/ArchipelagoCampaign/LotV/ap_steps_of_the_rite.SC2Map/Triggers.version differ