ArcanePariah / Night-of-the-Dead

9 stars 14 forks source link

Fixing enemies of 37th surv wave dying on their own. #274

Open NiktosNOTD opened 5 years ago

NiktosNOTD commented 5 years ago

Why: image It was a byproduct of me rewriting how probes/x1's/tech drones were limited from triggers to data. Turns out surv enemies were simply using same units instead of duplicating them, lazy work ftw.

Now duplicated the units along with their respective actors, while removing behavior responsible for limiting in the process as enemies do not need it.

ArcanePariah commented 5 years ago

Instead of making duplicates, instead use a validator to disable whatever behaviors need disabling when the units are under computer control.