don't want to include players in this rule.

This commit is contained in:
omegablast2002@yahoo.com
2011-04-29 14:59:12 +00:00
parent 0fba6994a6
commit 654f4d34bb

View File

@@ -1839,7 +1839,8 @@ int MTGVampireRule::receiveEvent(WEvent * event)
return 0;
if (!e->damage->target)
return 0;
if(e->damage->target->typeAsTarget() != TARGET_CARD)
return 0;
MTGCardInstance * newVictem = (MTGCardInstance*)(e->damage->target);
MTGCardInstance * vampire = (MTGCardInstance*)(e->damage->source);