mirror of
https://github.com/correl/mage.git
synced 2025-04-02 03:18:09 -09:00
Fix for Cabal Slaver
Cabal Slaver's ability caused the damaging goblin's controller to discard
This commit is contained in:
parent
6c98f4802e
commit
1dff6d9c48
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ public class CabalSlaver extends CardImpl {
|
|||
this.toughness = new MageInt(1);
|
||||
|
||||
// Whenever a Goblin deals combat damage to a player, that player discards a card.
|
||||
this.addAbility(new DealsDamageToAPlayerAllTriggeredAbility(new DiscardTargetEffect(1), filter, false, SetTargetPointer.PLAYER, true));
|
||||
this.addAbility(new DealsDamageToAPlayerAllTriggeredAbility(new DiscardTargetEffect(1), filter, false, SetTargetPointer.NONE, true, true));
|
||||
}
|
||||
|
||||
public CabalSlaver(final CabalSlaver card) {
|
||||
|
|
Loading…
Add table
Reference in a new issue