MArcomage

Free multiplayer on-line fantasy card game

Please log in


1 R
Forge master
Forge master

Dungeon: +1
Replace a card in hand with Blacksmith

Id
644
Name
Forge master
Rarity
Rare
Keywords
Cost (B / G / R)
0 / 0 / 1
Modes
8
Level
3
Created
24. Sep, 2011
Modified
26. Sep, 2015
Played
629 / 4089
Discarded
38 / 250
Drawn
785 / 5607

BB code

Effect

Dungeon: +1
Replace a card in hand with Blacksmith

Code

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