ArcanePariah / Night-of-the-Dead

9 stars 14 forks source link

Small issue with engy nexus not canceling shared vision on death. #263

Closed NiktosNOTD closed 5 years ago

NiktosNOTD commented 5 years ago

WHY: why engy_nexus_sharing_vision_permanently.zip

Engy nexus when created sets a global variable to 'true' to mark that fact. This variable was never again set to false even when nexus died, this fix now sets it properly to false/true depending if any other nexus is present within team.

Small change to one loop (now operates on temp variable instead of global)+ a simple ifelse to set global var based on the temp one state.