From ee0231f4dab5309feb32b9d7fd1dd5a96b4fd2e2 Mon Sep 17 00:00:00 2001 From: "omegablast2002@yahoo.com" Date: Sat, 2 Apr 2011 22:34:37 +0000 Subject: [PATCH] shroud is not a case for it, sorry! --- projects/mtg/include/AllAbilities.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/include/AllAbilities.h b/projects/mtg/include/AllAbilities.h index 5ce575aac..45fcdbcf7 100644 --- a/projects/mtg/include/AllAbilities.h +++ b/projects/mtg/include/AllAbilities.h @@ -2882,7 +2882,7 @@ public: int testDestroy() { if (source->target && !game->isInPlay(source->target)) unequip(); - if (source->target && TargetAbility::tc && !TargetAbility::tc->canTarget((Targetable *)source->target)) unequip(); + if (source->target && !source->target->has(Constants::SHROUD) && TargetAbility::tc && !TargetAbility::tc->canTarget((Targetable *)source->target)) unequip(); return TargetAbility::testDestroy(); }