forked from External/mage
[CLB] fixed Undercity skeleton token
This commit is contained in:
parent
e3acfa4344
commit
a6e231d509
2 changed files with 37 additions and 2 deletions
|
|
@ -22,8 +22,8 @@ import mage.game.Game;
|
|||
import mage.game.command.Dungeon;
|
||||
import mage.game.command.DungeonRoom;
|
||||
import mage.game.permanent.Permanent;
|
||||
import mage.game.permanent.token.SkeletonToken;
|
||||
import mage.game.permanent.token.TreasureToken;
|
||||
import mage.game.permanent.token.UndercitySkeletonToken;
|
||||
import mage.players.Player;
|
||||
import mage.target.TargetPlayer;
|
||||
import mage.target.common.TargetCardInLibrary;
|
||||
|
|
@ -65,7 +65,7 @@ public class UndercityDungeon extends Dungeon {
|
|||
|
||||
DungeonRoom archives = new DungeonRoom("Archives", new DrawCardSourceControllerEffect(1));
|
||||
|
||||
DungeonRoom catacombs = new DungeonRoom("Catacombs", new CreateTokenEffect(new SkeletonToken()));
|
||||
DungeonRoom catacombs = new DungeonRoom("Catacombs", new CreateTokenEffect(new UndercitySkeletonToken()));
|
||||
|
||||
DungeonRoom throneOfTheDeadThree = new DungeonRoom("Throne of the Dead Three", new ThroneOfTheDeadThreeEffect());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue