diff --git a/Maps/ArchipelagoCampaign/WoL/ap_breakout.SC2Map/DocumentHeader b/Maps/ArchipelagoCampaign/WoL/ap_breakout.SC2Map/DocumentHeader index 66946172a..6b6045b77 100644 Binary files a/Maps/ArchipelagoCampaign/WoL/ap_breakout.SC2Map/DocumentHeader and b/Maps/ArchipelagoCampaign/WoL/ap_breakout.SC2Map/DocumentHeader differ diff --git a/Maps/ArchipelagoCampaign/WoL/ap_breakout.SC2Map/MapScript.galaxy b/Maps/ArchipelagoCampaign/WoL/ap_breakout.SC2Map/MapScript.galaxy index c127afe90..06fea3ee6 100644 --- a/Maps/ArchipelagoCampaign/WoL/ap_breakout.SC2Map/MapScript.galaxy +++ b/Maps/ArchipelagoCampaign/WoL/ap_breakout.SC2Map/MapScript.galaxy @@ -490,6 +490,7 @@ void gf_MedicAI (int lp_owner, unit lp_medic, unitgroup lp_candidates) { // Implementation if ((UnitGetPropertyFixed(gv_tosh, c_unitPropLifePercent, c_unitPropCurrent) < 100.0) && (DistanceBetweenPoints(UnitGetPosition(gv_tosh), UnitGetPosition(lp_medic)) <= 6.0)) { libNtve_gf_AICast(lp_medic, OrderTargetingUnit(AbilityCommand("AP_heal", 0), gv_tosh)); + libNtve_gf_AICast(lp_medic, OrderTargetingUnit(AbilityCommand("AP_HealPlusMech", 0), gv_tosh)); } } diff --git a/Maps/ArchipelagoCampaign/WoL/ap_breakout.SC2Map/Triggers b/Maps/ArchipelagoCampaign/WoL/ap_breakout.SC2Map/Triggers index 2db8efc9e..d60889257 100644 --- a/Maps/ArchipelagoCampaign/WoL/ap_breakout.SC2Map/Triggers +++ b/Maps/ArchipelagoCampaign/WoL/ap_breakout.SC2Map/Triggers @@ -32263,6 +32263,7 @@ + @@ -32295,6 +32296,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + AP_HealPlusMech + + + diff --git a/Maps/ArchipelagoCampaign/WoL/ap_breakout.SC2Map/Triggers.version b/Maps/ArchipelagoCampaign/WoL/ap_breakout.SC2Map/Triggers.version index b2505e9e5..0ddad92f9 100644 Binary files a/Maps/ArchipelagoCampaign/WoL/ap_breakout.SC2Map/Triggers.version and b/Maps/ArchipelagoCampaign/WoL/ap_breakout.SC2Map/Triggers.version differ