fix the duplicate text issue on a number of cards

This commit is contained in:
jendave
2011-08-07 01:10:41 +00:00
parent abfcc752e3
commit c280d201af

View File

@@ -388,7 +388,7 @@ public abstract class SpellAbility {
public void setStackDescription(String s) {
stackDescription = s;
if(description == "")
if(description == "" && sourceCard.getText().equals(""))
description = s;
}