mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +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++)
|
for(int i = 0; i < sa.length; i++)
|
||||||
sb.append(sa[i].toString() + "\r\n");
|
sb.append(sa[i].toString() + "\r\n");
|
||||||
|
|
||||||
|
|
||||||
return sb.toString();
|
return sb.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user