You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
Entire debug log: http://pastebin.com/DnJJEHRQ
The text was updated successfully, but these errors were encountered: