mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08: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…
Add table
Add a link
Reference in a new issue