mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Modified getText() to display keyword "Draw a card." (to replace "Cantrip") for Instants and Sorceries.
This commit is contained in:
@@ -290,7 +290,7 @@ public class Card extends MyObservable
|
||||
for(int i = 0; i < sa.length; i++)
|
||||
sb.append(sa[i].toString() + "\r\n");
|
||||
|
||||
|
||||
|
||||
return sb.toString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user