Werewolf
If matching card is Revealed
Wall: +12
else
Attack: 12
Cost (B / G / R)
0 / 0 / 8
BB code
Effect
If matching card is Revealed
Wall: +12
else
Attack: 12
Code
if (!$t->hiddenCards() || isset($t->hisData()->Revealed[$t->cardPos()])) { $t->myData()->addWall(12); } else { $t->hisData()->attack(12); }