mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
fix the duplicate text issue on a number of cards
This commit is contained in:
@@ -388,7 +388,7 @@ public abstract class SpellAbility {
|
||||
|
||||
public void setStackDescription(String s) {
|
||||
stackDescription = s;
|
||||
if(description == "")
|
||||
if(description == "" && sourceCard.getText().equals(""))
|
||||
description = s;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user