mirror of
https://gitlab.com/the-no-frauds-club/cosmonarchy-bw-release.git
synced 2026-09-21 22:31:45 +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()
|