* Swans of Bryno Argoll - Updated comment.

This commit is contained in:
LevelX2 2014-11-21 15:53:22 +01:00
parent 6d23ab616d
commit 342867a15e

View file

@ -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());