mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -08:00
Merge pull request #2325 from Dilnu/master
Fix the combat code to support Slayer's Cleaver
This commit is contained in:
commit
ea38924b5a
3 changed files with 58 additions and 38 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue