- Comment tweak.

This commit is contained in:
Michael Kamensky
2021-11-02 07:42:52 +03:00
parent 48b999031d
commit df74666176

View File

@@ -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<Card> attachments = Lists.newArrayList();
ArrayList<Card> cardsOTB = Lists.newArrayList(CardLists.filter(