MArcomage

Free multiplayer on-line fantasy card game

Please log in

Fithz Hood on 4/30/2011, 11:28:05 PM
this card is bugged: it never gives the wall bonus.
look: http://arcomage.netvor.sk/?location=Replays_details&CurrentReplay=180625&PlayerView=1&Turn=60

It's because, in the first part of the code, the $temp variable could be at max 4; so the condition in the last part of the code is never fullfilled.
HivedOne on 5/1/2011, 1:09:37 AM
So just rewrite it: Attack: 8N (max 32) rest remains ;-)
Mojko on 5/1/2011, 7:13:30 AM
Thanks for reporting. It looks like I forgot to update the secondary condition in the recent change @_@. Fixed in r1566.
Spoon on 3/20/2014, 11:17:48 PM
Siege breakers
20R
Soldier. Siege.
Attack: 8N
If N > 4
Wall: +15
N = #Soldier in hand (max 4)

This might be nitpicking, but right now the wall bonus should never trigger: N is never greater than 4 because it is capped at four.
It's quite clear what is meant, but the little pedant inside me was annoyed by it :-)