Please log in
Gain 1 random resource for each Holy in hand (max 5)Summons Holy
BB code
Effect
Code
$t->nextCard($t->drawCard($t->getList(['keyword'=>'Holy']), $t->myData()->Hand, $t->cardPos(), 'drawCardList')); $resources = min($t->keywordCount($t->myData()->Hand, 'Holy'),5); $t->myData()->addRandomResources($resources);
An error has occurred