MArcomage

Free multiplayer on-line fantasy card game

Please log in


1 C
Whirlpool
Whirlpool

Aqua

Discard adjacent cards

Id
728
Name
Whirlpool
Rarity
Common
Keywords
Cost (B / G / R)
0 / 1 / 0
Modes
0
Level
10
Created
1. Jan, 2015
Modified
17. Dec, 2016
Played
4619 / 9451
Discarded
2186 / 5623
Drawn
4694 / 11567

BB code

Effect

Discard adjacent cards

Code

    if ($t->cardPos() > 1) {
       $t->setCard('my', $t->cardPos() - 1, $t->drawCard($t->myDeck(), $t->myData()->Hand, $t->cardPos() - 1, 'drawCardRandom'));
    }
    if ($t->cardPos() < $t->handSize()) {
      $t->setCard('my', $t->cardPos() + 1, $t->drawCard($t->myDeck(), $t->myData()->Hand, $t->cardPos() + 1, 'drawCardRandom'));
    }