mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -08:00
* Gideon Blackblade - fixed that it's can't prevent damage (#5738)
This commit is contained in:
parent
9273dd1ea0
commit
f25f7a0f68
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ class GideonBlackbladeToken extends TokenImpl {
|
|||
subtype.add(SubType.SOLDIER);
|
||||
power = new MageInt(4);
|
||||
toughness = new MageInt(4);
|
||||
addAbility(IndestructibleAbility.getInstance());
|
||||
addAbility(new SimpleStaticAbility(new PreventAllDamageToSourceEffect(Duration.WhileOnBattlefield)));
|
||||
}
|
||||
|
||||
private GideonBlackbladeToken(final GideonBlackbladeToken token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue