Mummy
Tower: +4
If #Undead in hand < 4
Gems: -3
Cost (B / G / R)
0 / 0 / 1
BB code
Effect
Tower: +4
If #Undead in hand < 4
Gems: -3
Code
$t->myData()->addTower(4);
if ($t->keywordCount($t->myData()->Hand, 'Undead') < 4) {
$t->myData()->addGems(-3);
}