Skip to content

Commit

Permalink
Larva fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SirChuckOfTheChuckles committed Aug 31, 2024
1 parent 078f59f commit fc85109
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7102,6 +7102,7 @@ bool gt_RecreateBase_Func (bool testConds, bool runActions) {
libNtve_gf_CreateUnitsWithDefaultFacing(1, "AP_UltraliskCavern", 0, lv_player, RegionGetCenter(RegionFromId(32)));
libNtve_gf_CreateUnitsWithDefaultFacing(1, "AP_SpawningPool", 0, lv_player, RegionGetCenter(RegionFromId(29)));
libNtve_gf_CreateUnitsWithDefaultFacing(1, "AP_Hive", 0, lv_player, RegionGetCenter(RegionFromId(22)));
lib15EF4C78_gf_AP_Player_SpawnLarvaForHatchery(UnitLastCreated(), 3);
libNtve_gf_CreateUnitsWithDefaultFacing(1, "AP_ZergMercenaryCompound", 0, lv_player, RegionGetCenter(RegionFromId(43)));
libNtve_gf_CreateUnitsWithDefaultFacing(1, "AP_EvolutionChamber", 0, lv_player, RegionGetCenter(RegionFromId(28)));
libNtve_gf_CreateUnitsWithDefaultFacing(1, "AP_Extractor", 0, lv_player, RegionGetCenter(RegionFromId(34)));
Expand Down
19 changes: 19 additions & 0 deletions Maps/ArchipelagoCampaign/WoL/ap_media_blitz.SC2Map/Triggers
Original file line number Diff line number Diff line change
Expand Up @@ -65546,6 +65546,7 @@
<FunctionCall Type="FunctionCall" Id="6C9276AF"/>
<FunctionCall Type="FunctionCall" Id="1C852D47"/>
<FunctionCall Type="FunctionCall" Id="120A33FD"/>
<FunctionCall Type="FunctionCall" Id="CF961109"/>
<FunctionCall Type="FunctionCall" Id="A47F4C47"/>
<FunctionCall Type="FunctionCall" Id="B1B89DCA"/>
<FunctionCall Type="FunctionCall" Id="FE2D09B6"/>
Expand Down Expand Up @@ -65697,6 +65698,24 @@
<ValueType Type="preset"/>
<ValueElement Type="Preset" Library="Ntve" Id="E85564CA"/>
</Element>
<Element Type="FunctionCall" Id="CF961109">
<FunctionDef Type="FunctionDef" Library="15EF4C78" Id="B0D3DDB6"/>
<SubFunctionType Type="SubFuncType" Library="Ntve" Id="00000004"/>
<Parameter Type="Param" Id="C4A4FD54"/>
<Parameter Type="Param" Id="3E168ECE"/>
</Element>
<Element Type="Param" Id="C4A4FD54">
<ParameterDef Type="ParamDef" Library="15EF4C78" Id="DA7B34AA"/>
<FunctionCall Type="FunctionCall" Id="51368678"/>
</Element>
<Element Type="FunctionCall" Id="51368678">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="00000076"/>
</Element>
<Element Type="Param" Id="3E168ECE">
<ParameterDef Type="ParamDef" Library="15EF4C78" Id="A2D03B12"/>
<Value>3</Value>
<ValueType Type="int"/>
</Element>
<Element Type="FunctionCall" Id="A47F4C47">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="F247156C"/>
<SubFunctionType Type="SubFuncType" Library="Ntve" Id="00000004"/>
Expand Down
Binary file not shown.

0 comments on commit fc85109

Please sign in to comment.