MArcomage

Free multiplayer on-line fantasy card game

Please log in


0 C
Militia
Militia

Wall: +1
Discard a card from hand

Id
269
Name
Militia
Rarity
Common
Keywords
Cost (B / G / R)
0 / 0 / 0
Modes
8
Level
0
Created
1. May, 2006
Modified
24. Dec, 2011
Played
16748 / 83998
Discarded
6604 / 28730
Drawn
26882 / 137958

BB code

Effect

Wall: +1
Discard a card from hand

Code

    $t->myData()->addWall(1);
    if ($t->mode() != $t->cardPos()) {
      $t->setCard('my', $t->mode(), $t->drawCard($t->myDeck(), $t->myData()->Hand, $t->mode(), 'drawCardRandom'));
    }