Skip to content

Commit e75efc7

Browse files
committed
Reran "npm run patch:libraries"
1 parent f87001f commit e75efc7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

(10)trymemode.stormmap/base.stormdata/Modules/LibUnits.galaxy

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2123,8 +2123,8 @@ bool libUNIT_gt_SummonUnitPanelSummonButtonClicked_Func (bool testConds, bool ru
21232123
auto779A4170_ae = lv_amount;
21242124
lv_i = 1;
21252125
for ( ; ( (auto779A4170_ai >= 0 && lv_i <= auto779A4170_ae) || (auto779A4170_ai < 0 && lv_i >= auto779A4170_ae) ) ; lv_i += auto779A4170_ai ) {
2126-
//_heroes_replace_//libNtve_gf_CreateUnitsWithDefaultFacing(1, lv_unittype, 0, lv_player, CameraGetTarget(EventPlayer()), null);
2127-
//_heroes_replace_//AIAddPlayerUnit(UnitLastCreated());
2126+
libNtve_gf_CreateUnitsWithDefaultFacing(1, lv_unittype, 0, lv_player, CameraGetTarget(EventPlayer()), null);
2127+
AIAddPlayerUnit(UnitLastCreated());
21282128
UnitSetScale(UnitLastCreated(), (lv_scale * 100.0), (lv_scale * 100.0), (lv_scale * 100.0));
21292129
UnitSelect(UnitLastCreated(), lv_player, true);
21302130
if ((libUNIT_gv_summonedUnits_index[lv_player] >= libUNIT_gv_summonedUnits_MaxLength)) {
@@ -2250,8 +2250,8 @@ bool libUNIT_gt_SummonUnit_Func (bool testConds, bool runActions) {
22502250
autoE55C84B8_ae = lv_amount;
22512251
lv_i = 1;
22522252
for ( ; ( (autoE55C84B8_ai >= 0 && lv_i <= autoE55C84B8_ae) || (autoE55C84B8_ai < 0 && lv_i >= autoE55C84B8_ae) ) ; lv_i += autoE55C84B8_ai ) {
2253-
//_heroes_replace_//libNtve_gf_CreateUnitsWithDefaultFacing(1, lv_unittype, 0, lv_player, CameraGetTarget(EventPlayer()), null);
2254-
//_heroes_replace_//AIAddPlayerUnit(UnitLastCreated());
2253+
libNtve_gf_CreateUnitsWithDefaultFacing(1, lv_unittype, 0, lv_player, CameraGetTarget(EventPlayer()), null);
2254+
AIAddPlayerUnit(UnitLastCreated());
22552255
UnitSetScale(UnitLastCreated(), (lv_scale * 100.0), (lv_scale * 100.0), (lv_scale * 100.0));
22562256
UnitSelect(UnitLastCreated(), lv_player, true);
22572257
if ((libUNIT_gv_summonedUnits_index[lv_player] >= libUNIT_gv_summonedUnits_MaxLength)) {

0 commit comments

Comments
 (0)