--growthbug: units only grow when the current tick is 0 mod 10, so only 1/10 units will grow naturally. this script periodically sets the birth time of each unit so that it will grow
--to run periodically, use "repeat enable 2 months growthBug now". see repeat.lua for details
--to run periodically, use "repeat -time 2 months -command growthBug now". see repeat.lua for details
-- author expwnent
localargs={...}
@ -9,9 +9,9 @@ if args[1] ~= nil then
print(" fix the growth bug for all units on the map")