mirror of
https://github.com/correl/mage.git
synced 2024-12-28 03:00:10 +00:00
fixed error
This commit is contained in:
parent
1aac9548c7
commit
204de3fda5
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ class CephalidFacetakerEffect extends OneShotEffect {
|
||||||
blueprint.getAbilities().add(new SimpleStaticAbility(
|
blueprint.getAbilities().add(new SimpleStaticAbility(
|
||||||
new CantBeBlockedSourceEffect().setText("this creature can't be blocked")
|
new CantBeBlockedSourceEffect().setText("this creature can't be blocked")
|
||||||
));
|
));
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue