mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
add a period to a straight Exile stack description in AF_ChangeZone
This commit is contained in:
@@ -1081,6 +1081,7 @@ public class AbilityFactory_ChangeZone {
|
|||||||
sb.append("Exile").append(targetname);
|
sb.append("Exile").append(targetname);
|
||||||
if (origin.equals("Graveyard"))
|
if (origin.equals("Graveyard"))
|
||||||
sb.append(fromGraveyard);
|
sb.append(fromGraveyard);
|
||||||
|
sb.append(".");
|
||||||
}
|
}
|
||||||
|
|
||||||
if(destination.equals("Graveyard")){
|
if(destination.equals("Graveyard")){
|
||||||
|
|||||||
Reference in New Issue
Block a user