mirror of
https://github.com/correl/mage.git
synced 2025-01-11 11:05:23 +00:00
fixed issue 47
This commit is contained in:
parent
4ad22c676d
commit
ba937e4771
2 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ public class HumanPlayer extends PlayerImpl<HumanPlayer> {
|
|||
if (response.getUUID() != null) {
|
||||
if (target instanceof TargetPermanent) {
|
||||
if (((TargetPermanent)target).canTarget(playerId, response.getUUID(), null, game)) {
|
||||
target.add(response.getUUID(), game);
|
||||
target.addTarget(response.getUUID(), source, game);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue