MArcomage

Free multiplayer on-line fantasy card game

Please log in


1 R
Mason
Mason

Quarry: +1
Replace a card in hand with Sculptor

Id
643
Name
Mason
Rarity
Rare
Keywords
Cost (B / G / R)
1 / 0 / 0
Modes
8
Level
2
Created
24. Sep, 2011
Modified
26. Sep, 2015
Played
355 / 3095
Discarded
29 / 234
Drawn
455 / 4375

BB code

Effect

Quarry: +1
Replace a card in hand with Sculptor

Code

    $t->myData()->addQuarry(1);
    $t->setCard('my', $t->mode(), 22, ['reveal' => true]);
    if ($t->mode() == $t->cardPos()) {
      $t->noNextCard();
    }