mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
fix extra space in Exile (ChangeZone) stack description.
This commit is contained in:
@@ -764,7 +764,7 @@ public class AbilityFactory_ChangeZone {
|
||||
}
|
||||
|
||||
if(destination.equals("Exile")){
|
||||
sb.append("Exile ").append(targetname);
|
||||
sb.append("Exile").append(targetname);
|
||||
if (origin.equals("Graveyard"))
|
||||
sb.append(fromGraveyard);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user