mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18: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")){
|
if(destination.equals("Exile")){
|
||||||
sb.append("Exile ").append(targetname);
|
sb.append("Exile").append(targetname);
|
||||||
if (origin.equals("Graveyard"))
|
if (origin.equals("Graveyard"))
|
||||||
sb.append(fromGraveyard);
|
sb.append(fromGraveyard);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user