Merge pull request #2325 from Dilnu/master

Fix the combat code to support Slayer's Cleaver
This commit is contained in:
LevelX2 2016-09-18 22:51:27 +02:00 committed by GitHub
commit ea38924b5a
3 changed files with 58 additions and 38 deletions

View file

@ -56,7 +56,6 @@ public class SlayersCleaver extends CardImpl {
// Equipped creature gets +3/+1 and must be blocked by an Eldrazi if able.
Ability ability = new SimpleStaticAbility(Zone.BATTLEFIELD, new BoostEquippedEffect(3, 1));
// TODO: The effect does not work correctly yet, we need to do some chnanges to combat handling to fix this
ability.addEffect(new SlayersCleaverEffect());
this.addAbility(ability);
// Equip {4}