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