mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
update Dreamstone Hedron to use new drawCards wrapper
This commit is contained in:
@@ -18521,9 +18521,7 @@ public class CardFactory implements NewConstants {
|
||||
public void resolve() {
|
||||
final String player = card.getController();
|
||||
AllZone.GameAction.sacrifice(card);
|
||||
AllZone.GameAction.drawCard(player);
|
||||
AllZone.GameAction.drawCard(player);
|
||||
AllZone.GameAction.drawCard(player);
|
||||
AllZone.GameAction.drawCards(player, 3);
|
||||
}
|
||||
};
|
||||
ability.setDescription("3, tap: Sacrifice Dreamstone Hedron: Draw 3 cards.");
|
||||
|
||||
Reference in New Issue
Block a user