SWU-Karabast / SWUOnline

Star Wars Unlimited Sim
GNU General Public License v3.0
44 stars 35 forks source link

Lando Issues #310

Open danbastin opened 2 months ago

danbastin commented 2 months ago

"I mean I just had the classic issue today of Lando deployed, 4 resources up, can't use his ability to play set 2 Millennium Falcon from my resources because I "don't have enough resources"

Also reported that Lando disappears from the board when attacking into Deathtrooper

VJubert commented 2 months ago

NetworkingLibraries.php, line 1308.

It seems we remove resource to playing it before paying the cost. If we play a card with less cost than resources we have, it cost one more because we do not use the card to pay itself (as we do not choose which resource is use to pay smuggle)

Raising commented 2 months ago

normal smuggle is also removing the card from resources before paying for it (wich by rules is not correct, first pay then play but it is implemented in a single step wich is the root of this problem) buy it does bring the new resource card ready or not based on the smuggled card state, this normaly overcomes this problem. do not know why isnt working with lando.