MArcomage

Free multiplayer on-line fantasy card game

Please log in

Fithz Hood on 14:26, 25. Jun, 2012
It's better than its own text.
check the code:
$this->Attack(10, $hisdata->Tower, $hisdata->Wall);
if ($mylast_action == "discard")
{ $nextcard = $this->DrawCard($my_deck->Rare, $mydata->Hand, $cardpos, 'DrawCard_list'); }

it summons a rare from owner'deck, text says a rare (not necessarly from owner's deck)
and now, we're changing text or code?
Mojko on 14:36, 25. Jun, 2012
I'll change the code.
Mojko on 14:41, 25. Jun, 2012
Fixed in r1685. Thanks for reporting.
Mojko on 17:40, 25. Jun, 2012
Changes were applied, the card effect code was corrected, so it would match the description.