Goblin flanker
Attack: 3
If matching card doesn't cost recruits
Steals 3 random resources
Cost (B / G / R)
0 / 0 / 1
BB code
Effect
Attack: 3
If matching card doesn't cost recruits
Steals 3 random resources
Code
$t->hisData()->attack(3);
if ($t->getCard($t->hisData()->Hand[$t->cardPos()])->getResources('Recruits') == 0) {
$t->stealRandomResources('my', 3);
}