mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
add Omen from Portal (same code as Ponder)
This commit is contained in:
@@ -19195,7 +19195,7 @@ public class CardFactory implements NewConstants {
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Ponder")) {
|
||||
else if(cardName.equals("Ponder") || cardName.equals("Omen")) {
|
||||
/*
|
||||
* Look at the top three cards of your library, then put them back
|
||||
* in any order. You may shuffle your library. Draw a card.
|
||||
|
||||
Reference in New Issue
Block a user