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

<Spell ('Lantern of Power')> attempted a same-zone move in <Zone.SETASIDE: 6> #325

Open
Ragowit opened this issue Feb 22, 2016 · 1 comment
Labels

Comments

@Ragowit
Copy link

Ragowit commented Feb 22, 2016

I have been trying to catch up with my AI fork, and there's been a lot of work on Fireplace since last time I did anything. The implementation of Discover is one of these things. So it might just be that have done something wrong, but this happened for me.

These are my last lines from the debug log.

[fireplace.actions]: one plays <Minion ('Arch-Thief Rafaam')> (target=None, index=None)
[fireplace.entity]: one pays 9 mana
[fireplace.card]: <Minion ('Arch-Thief Rafaam')> moves from <Zone.HAND: 3> to <Zone.PLAY: 1>
[fireplace.actions]: <Minion ('Arch-Thief Rafaam')> triggering <TargetedAction: Battlecry(TARGET=None)> targeting [<Minion ('Arch-Thief Rafaam')>]
[fireplace.actions]: Activating <Minion ('Arch-Thief Rafaam')> action targeting None
[fireplace.actions]: <Minion ('Arch-Thief Rafaam')> triggering <TargetedAction: Discover(CARDS=RandomID({}))> targeting [Player(name='one', hero=<Hero ('Jaina Proudmoore')>)]
[fireplace.actions]: <Minion ('Arch-Thief Rafaam')> discovers [<Spell ('Lantern of Power')>, <Spell ('Timepiece of Horror')>, <Spell ('Mirror of Doom')>] for one
[fireplace.card]: <Spell ('Lantern of Power')> attempted a same-zone move in <Zone.SETASIDE: 6>
[fireplace.card]: <Spell ('Timepiece of Horror')> attempted a same-zone move in <Zone.SETASIDE: 6>
[fireplace.card]: <Spell ('Mirror of Doom')> attempted a same-zone move in <Zone.SETASIDE: 6>
[fireplace.entity]: Empty stack, refreshing auras and processing deaths
[fireplace.entity]: Empty stack, refreshing auras and processing deaths

Entire debug log: http://pastebin.com/DnJJEHRQ

@jleclanche
Copy link
Owner

Yeah - that's harmless actually. I could avoid it but I don't think there's any need at this point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants