mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 04:12:14 -08:00
This commit is contained in:
parent
35bb7d513b
commit
3e5b392287
2 changed files with 26 additions and 5 deletions
|
|
@ -81,8 +81,7 @@ public class HauntAbility extends TriggeredAbilityImpl {
|
|||
return false;
|
||||
}
|
||||
Card card = game.getCard(getSourceId());
|
||||
if (card == null
|
||||
|| game.getCard(event.getTargetId()) == null) {
|
||||
if (card == null) {
|
||||
return false;
|
||||
}
|
||||
String key = new StringBuilder("Haunting_")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue