MArcomage

Free multiplayer on-line fantasy card game

Please log in


1 1 1 R
Stein's gate
Stein's gate

Durable

Evoke an uncommon card at chosen deck slot from your deck to selected position in hand

Id
751
Name
Stein's gate
Rarity
Rare
Keywords
Cost (B / G / R)
1 / 1 / 1
Modes
8
Level
10
Created
29. Oct, 2016
Modified
29. Oct, 2016
Played
1922 / 2121
Discarded
262 / 316
Drawn
737 / 869

BB code

Effect

Evoke an uncommon card at chosen deck slot from your deck to selected position in hand

Code

    if ($t->mode() != $t->cardPos()) {
      $t->setCard('my', $t->mode(), $t->myDeck()->Uncommon[$t->mode()]);
    }