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
18216 / 85466
Discarded
7319 / 29445
Drawn
29404 / 140480

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'));
    }