Please log in
Each player's stock raised by #Holy in his hand (max 4)
BB code
Effect
Code
$t->myData()->addStock(min(4, $t->keywordCount($t->myData()->Hand, 'Holy'))); $t->hisData()->addStock(min(4, $t->keywordCount($t->hisData()->Hand, 'Holy')));
An error has occurred