MArcomage

Free multiplayer on-line fantasy card game

Please log in


0 C
Halfling rogue
Halfling rogue

Summons selected zero cost card in hand (can't summon self)

Id
449
Name
Halfling rogue
Rarity
Common
Keywords
Cost (B / G / R)
0 / 0 / 0
Modes
8
Level
10
Created
22. Jul, 2009
Modified
29. Oct, 2016
Played
1197 / 17884
Discarded
961 / 14689
Drawn
2569 / 38291

BB code

Effect

Summons selected zero cost card in hand (can't summon self)

Code

    if ($t->cardPos() != $t->mode() && $t->getCard($t->myData()->Hand[$t->mode()])->getResources() == 0) {
      $revealed = $t->hiddenCards() && isset($t->myData()->Revealed[$t->mode()]);
      $t->nextCard($t->myData()->Hand[$t->mode()], $revealed);
    }