Benedict Etzel
Benedict Etzel
[Test case](https://github.com/jleclanche/fireplace/compare/master...beheh:test_arcane_blast).
We should also add a test for Prophet Velen/Arcane Blasst interaction.
The problem is here that we defer damage amplification to controller. What should be happening is something like: ``` python # calculate the actual additional spellpower spellpower = self.spellpower if...
No, Arcane Blast still deals 4 damage with no spell power on board.
Small hint: if you add `python` behind the ``` when opening your code blocks you get syntax highlighting.
This has to do with `ExactCopy` copying the Enchantment over to the new minion, but not appending it to the `active_aura_buffs` list if the original one was there. Therefore the...
I've pushed a fix to [beheh/fireplace/secretaura](https://github.com/jleclanche/fireplace/compare/master...beheh:secretaura). Note that I also had to copy the `buff.tick` attribute manually - this can be removed once we have the fix for #188. This...
I should also write tests for Justicar and Sir Finley and check/update test cases for Jaraxxus and Majordormo.
- [x] Duplicate - [ ] Snake Trap - [ ] Competitive Spirit - [ ] Noble Sacrifice - [ ] Spellbender - [ ] Bear Trap
It does nothing, correct?