MArcomage

Free multiplayer on-line fantasy card game

Please log in


6 R
Globe of Myr
Globe of Myr

Rebirth

Replace a card in hand with Swift

Id
495
Name
Globe of Myr
Rarity
Rare
Keywords
Cost (B / G / R)
0 / 6 / 0
Modes
8
Level
9
Created
20. Jan, 2010
Modified
31. Mar, 2013
Played
182 / 1506
Discarded
37 / 568
Drawn
149 / 1357

BB code

Effect

Replace a card in hand with Swift

Code

    $t->setCard('my', $t->mode(), $t->drawCard($t->getList(['keyword'=>'Swift']), $t->myData()->Hand, $t->mode(), 'drawCardList'));
    if ($t->mode() == $t->cardPos()) {
      $t->noNextCard();
    }