mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Disable TokenCard flag on drafted cards by default.
This commit is contained in:
@@ -57,7 +57,8 @@ import java.util.*;
|
||||
// Cardnames that include "," must use ";" instead in Spellbook$ (i.e. Tovolar; Dire Overlord)
|
||||
name = name.replace(";", ",");
|
||||
Card cardOption = Card.fromPaperCard(StaticData.instance().getCommonCards().getUniqueByName(name), player);
|
||||
cardOption.setTokenCard(true);
|
||||
if (sa.hasParam("TokenCard"))
|
||||
cardOption.setTokenCard(true);
|
||||
draftOptions.add(cardOption);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user