Closed jxc136 closed 1 year ago
Thanks! Another target you might like to include in the tests would be a planeswalker. A Shock to a walker will take off two loyalty counters.
Hey @radar - this one actually require some changes to how Planeswalkers work! They didn't have a take_damage
method so one had to be added that would call change_loyalty
according to value of that damage.
Aha! I couldn’t remember if I implemented that or not. Turns out not. So thanks for handling it!