Skip to content

Commit

Permalink
Disabled the rush creep functionality as not quite working
Browse files Browse the repository at this point in the history
Was being built but not uprooting.
  • Loading branch information
SMUnlimited committed Dec 14, 2023
1 parent 81155fd commit d47c2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.eai
Original file line number Diff line number Diff line change
Expand Up @@ -10014,7 +10014,7 @@ function StartUnitAM takes integer ask_qty, integer unitid, integer town, intege

if unitid == racial_rushcreep then
if CreepsOnMap() and not towerrush then
call BuildBRAtCreep()
//call BuildBRAtCreep()
endif
set racial_rushcreep = -1 //just run once
return BUILT_SOME
Expand Down

0 comments on commit d47c2db

Please sign in to comment.