Modified getText() to display keyword "Draw a card." (to replace "Cantrip") for Instants and Sorceries.

This commit is contained in:
jendave
2011-08-06 03:13:40 +00:00
parent abc48fa8c0
commit 7b0f31ecb2

View File

@@ -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();
}