mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Fixed Accumulated Knowledge not drawing the first card.
This commit is contained in:
@@ -1573,6 +1573,7 @@ public class CardFactory_Instants {
|
||||
|
||||
@Override
|
||||
public void resolve() {
|
||||
card.getController().drawCards(1);
|
||||
CardList count = new CardList();
|
||||
count.addAll(AllZone.Human_Graveyard.getCards());
|
||||
count.addAll(AllZone.Computer_Graveyard.getCards());
|
||||
|
||||
Reference in New Issue
Block a user