Skip to content

Commit

Permalink
fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
theelk801 committed Apr 27, 2022
1 parent 1aac954 commit 204de3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mage.Sets/src/mage/cards/c/CephalidFacetaker.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public boolean apply(Game game, MageObject blueprint, Ability source, UUID targe
blueprint.getAbilities().add(new SimpleStaticAbility(
new CantBeBlockedSourceEffect().setText("this creature can't be blocked")
));
return true;
}
};

Expand Down

0 comments on commit 204de3f

Please sign in to comment.