From d47c2db60053d9cbdd7e46c999c22166c340c050 Mon Sep 17 00:00:00 2001 From: SMUnlimited Date: Thu, 14 Dec 2023 13:27:30 +0000 Subject: [PATCH] Disabled the rush creep functionality as not quite working Was being built but not uprooting. --- common.eai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.eai b/common.eai index 9d577f266..cdf93b702 100644 --- a/common.eai +++ b/common.eai @@ -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