Merge branch 'master' into orcish-mine

This commit is contained in:
LevelX2 2018-07-14 10:32:05 +02:00 committed by GitHub
commit 0f615d49fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
756 changed files with 6843 additions and 1653 deletions

View file

@ -84,7 +84,7 @@ class RepairCastFromGraveyardEffect extends AsThoughEffectImpl {
@Override
public boolean applies(UUID objectId, Ability source, UUID affectedControllerId, Game game) {
return source.getControllerId().equals(affectedControllerId);
return source.isControlledBy(affectedControllerId);
}
}