mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08: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…
Add table
Add a link
Reference in a new issue