- Fixed Phantasmal Image not getting the Illusion type.

This commit is contained in:
Sloth
2011-11-19 15:51:37 +00:00
parent fb028393cc
commit 9a9a02494d

View File

@@ -2299,6 +2299,7 @@ public class CardFactoryCreatures {
card, true);
card.addTrigger(t);
card.setSVar("TrigSac", "AB$Sacrifice | Cost$ 0 | Defined$ Self");
card.addType("Illusion");
} else if (cardName.equals("Evil Twin")) {
final AbilityFactory af = new AbilityFactory();