Wild Pair - fixed condition handling.

This commit is contained in:
LevelX2 2016-03-04 12:21:47 +01:00
parent db0674a94d
commit 080a1b883c
19 changed files with 120 additions and 60 deletions

View file

@ -13,7 +13,7 @@ import mage.watchers.common.CastFromHandWatcher;
*
* @author Loki
*/
public class CastFromHandCondition implements Condition {
public class CastFromHandSourceCondition implements Condition {
@Override
public boolean apply(Game game, Ability source) {