mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
ChangeZoneEffect knownOriginStackDesc : Battlefield -> Hand use "Return"
This commit is contained in:
@@ -359,6 +359,8 @@ public class ChangeZoneEffect extends SpellAbilityEffect {
|
||||
if (destination.equals(ZoneType.Hand)) {
|
||||
if (ZoneType.Graveyard.equals(origin)) {
|
||||
sb.append("Return").append(targetname).append(fromGraveyard).append(" to");
|
||||
} else if (ZoneType.Battlefield.equals(origin)) {
|
||||
sb.append("Return").append(targetname).append(" to");
|
||||
} else {
|
||||
sb.append("Put").append(targetname).append(" in");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user