mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Fixed Phantasmal Image not getting the Illusion type.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user