$t->myData()->addWall(40);
$uncommon = $t->getList(['rarity'=>'Uncommon', 'keyword'=>'Runic']);
$uncommon = array_diff($uncommon, [$t->card()->id()]);
$rare = $t->getList(['rarity'=>'Rare', 'keyword'=>'Runic']);
$t->nextCard($t->drawCard(array_merge($uncommon, $rare), $t->myData()->Hand, $t->cardPos(), 'drawCardList'));