mirror of
https://gitlab.com/the-no-frauds-club/cosmonarchy-bw-prerelease.git
synced 2026-09-17 01:01:12 +00:00
7 lines
194 B
Lua
7 lines
194 B
Lua
require "melee.melee_ai"
|
|
|
|
local eight_rax_harakan = deepcopy(Personalities.Terran.Raider.EightRax)
|
|
eight_rax_harakan.unit_composition[UnitId.TerranHarakan] = 3
|
|
|
|
MeleeAI(eight_rax_harakan):run()
|