DrSuperGood / SC2-UA3

Undead Assault 3 map for StarCraft II
GNU General Public License v2.0
13 stars 10 forks source link

Fix Akma bug #16

Closed UAAnubis closed 7 years ago

UAAnubis commented 7 years ago

This should fix the Akma bug.

I think the wrong variable was used for determining the silo order, making the trigger get stuck in infinite loop if you weren't lucky.

Please let me know if there are any problems with this.

DrSuperGood commented 7 years ago

The entire way it is allocating silos currently is nonsense. It is like people do not know how a list works. I will be merging in a better fix soon.

UAAnubis commented 7 years ago

Agreed. Thanks.