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
4257 / 9089
Discarded
1948 / 5385
Drawn
4197 / 11070

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'));
    }