diff --git a/forge-game/src/main/java/forge/game/ability/effects/FlipOntoBattlefieldEffect.java b/forge-game/src/main/java/forge/game/ability/effects/FlipOntoBattlefieldEffect.java index cdad7138bb5..4c8d52f1c6e 100644 --- a/forge-game/src/main/java/forge/game/ability/effects/FlipOntoBattlefieldEffect.java +++ b/forge-game/src/main/java/forge/game/ability/effects/FlipOntoBattlefieldEffect.java @@ -99,7 +99,7 @@ public class FlipOntoBattlefieldEffect extends SpellAbilityEffect { private Card getNeighboringCard(Card c, int direction) { // Currently gets the nearest (in zone order) card to the left or to the right of the designated one by type, - // as well as cards attachments by the same controller that are visually located next to the requested card. + // as well as the current card attachments that are visually located next to the requested card or are assumed to be near it. Player controller = c.getController(); ArrayList attachments = Lists.newArrayList(); ArrayList cardsOTB = Lists.newArrayList(CardLists.filter(