wordbots / wordbots-core

Client-side code for Wordbots, the card game where YOU make the cards.
http://wordbots.io
MIT License
22 stars 4 forks source link

Paying energy doesn't work correctly in triggered abilities (the ability still happens if the energy can't be paid) #1847

Open AlexNisnevich opened 1 year ago

AlexNisnevich commented 1 year ago

So something like this is not workable:

Startup: pay 1 energy to spawn a copy of this object on a random empty tile adjacent to this structure
AlexNisnevich commented 1 year ago

temporary workaround (banning this at the parser level): https://github.com/wordbots/wordbots-parser/issues/242