Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Echoing Ooze / SummonCopySpell creates broken event triggers when the summon fails #345

Open
doctorpangloss opened this issue May 7, 2017 · 0 comments

Comments

@doctorpangloss
Copy link
Contributor

doctorpangloss commented May 7, 2017

SummonCopySpell should check if the summon was successful before adding all the triggers.

This causes Echoing Ooze's original copy to double up on all its triggers, because:

  1. Minion clone = template.clone creates two entities with the same IDs.
  2. The summon fails, because, e.g., you have 7 minions.
  3. The triggers are added anyway. Since the clone has the same ID as the original Echoing Ooze, the triggers are still successfully added even though they're not really following the rules.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant