mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
[THB] fixed Dalakos, Crafter of Wonders text
This commit is contained in:
parent
f83b427e63
commit
7bb10c08a5
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ import java.util.UUID;
|
|||
*/
|
||||
public final class DalakosCrafterOfWonders extends CardImpl {
|
||||
|
||||
private static final FilterPermanent filter = new FilterCreaturePermanent("equipped creatures you control");
|
||||
private static final FilterPermanent filter = new FilterCreaturePermanent("equipped creatures");
|
||||
|
||||
static {
|
||||
filter.add(EquippedPredicate.instance);
|
||||
|
|
Loading…
Reference in a new issue