- Joined
- May 9, 2014
- Messages
- 1,820
Not too much of a fan on the spell concept itself. (An instant AoE damaging spell that converts units to a certain unit type if the spell successfully kills them / it)
Status:
GeneM Cast
The GeneM_Group group variable leaks every time the spell is cast. This is because the following trigger action,
GeneM Filter
I'm not quite sure how the Air unit check function failed in your case, but substituting the line using the new
Blizzard natives with the regular air unit check function seemed to work on my end.
There aren't a lot of issues / bugs to cover here aside from those pointed out above, so good job! 
The GeneM_Group group variable leaks every time the spell is cast. This is because the following trigger action,
-
Set VariableSet GeneM_Group = (Units within GeneM_Range[GeneM_Level] of GeneM_Point.)
GeneM Filter
I'm not quite sure how the Air unit check function failed in your case, but substituting the line using the new
Blizzard natives with the regular air unit check function seemed to work on my end.
-
Conditions
-
(GeneM_Target is Mechanical) Equal to False
-
(GeneM_Target is A flying unit) Equal to False
-

Status:
Awaiting Update
Awaiting Update