mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
- Fixed Hellhole Rats
This commit is contained in:
parent
f08dbe3931
commit
510edba792
1 changed files with 1 additions and 1 deletions
|
@ -103,8 +103,8 @@ class HellholeRatsEffect extends OneShotEffect {
|
|||
damage = card.getManaCost().convertedManaCost();
|
||||
}
|
||||
targetPlayer.damage(damage, source.getSourceId(), game, false, true);
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue