mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
* Swans of Bryno Argoll - Updated comment.
This commit is contained in:
parent
6d23ab616d
commit
342867a15e
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ class SwansOfBrynArgollEffect extends PreventionEffectImpl {
|
|||
passed = true;
|
||||
}
|
||||
if (!passed) {
|
||||
// I'm not sure if this is needed - When does a card directly do damage without beeing a spell or a permanent?
|
||||
// Needed for cards that do damage from hand e.g. Gempalm Incinerator
|
||||
Card cardSource = game.getCard(event.getSourceId());
|
||||
if (cardSource != null) {
|
||||
Player owner = game.getPlayer(cardSource.getOwnerId());
|
||||
|
|
Loading…
Reference in a new issue