mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Comment tweak.
This commit is contained in:
@@ -99,7 +99,7 @@ public class FlipOntoBattlefieldEffect extends SpellAbilityEffect {
|
|||||||
|
|
||||||
private Card getNeighboringCard(Card c, int direction) {
|
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,
|
// 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();
|
Player controller = c.getController();
|
||||||
ArrayList<Card> attachments = Lists.newArrayList();
|
ArrayList<Card> attachments = Lists.newArrayList();
|
||||||
ArrayList<Card> cardsOTB = Lists.newArrayList(CardLists.filter(
|
ArrayList<Card> cardsOTB = Lists.newArrayList(CardLists.filter(
|
||||||
|
|||||||
Reference in New Issue
Block a user