ArcanePariah / Night-of-the-Dead

9 stars 14 forks source link

Spammable infestor kill objective. -introduced in 2.81- fix #239

Closed NiktosNOTD closed 6 years ago

NiktosNOTD commented 6 years ago

In case one of infestors failed to spawn the event in 'InfestorKill' pointed to null which made it work for any unit dying on map. It's caused by me removing condition testing for "DeadUnit=Infestor" when optimizing events, but instead of re-adding the condition it's better idea to ensure infestors spawn properly - this pull does it.