mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Tweak a comment.
This commit is contained in:
@@ -98,7 +98,7 @@ public class FlipOntoBattlefieldEffect extends SpellAbilityEffect {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private Card getNeighboringCard(Card c, int direction) {
|
private Card getNeighboringCard(Card c, int direction) {
|
||||||
// Currently gets the nearest (by ID) 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
|
||||||
Player controller = c.getController();
|
Player controller = c.getController();
|
||||||
ArrayList<Card> cardsOTB = Lists.newArrayList(CardLists.filter(
|
ArrayList<Card> cardsOTB = Lists.newArrayList(CardLists.filter(
|
||||||
controller.getCardsIn(ZoneType.Battlefield), new Predicate<Card>() {
|
controller.getCardsIn(ZoneType.Battlefield), new Predicate<Card>() {
|
||||||
|
|||||||
Reference in New Issue
Block a user