StarrFox / wizwalker

Wizard101 scripting api
https://starrfox.github.io/wizwalker
GNU General Public License v3.0
37 stars 30 forks source link

attempt_cast() enchant check #29

Closed rmrocks01 closed 3 years ago

rmrocks01 commented 3 years ago

Autocast should fail if it is attempting to enchant a card that is already enchanted

StarrFox commented 3 years ago

I believe checks like this would be better suited for CombatCard.cast instead of within attempt_cast. see issue: https://github.com/StarrFox/wizwalker/issues/31