oskarrough / slaytheweb

Slay the Web is a singleplayer, deck builder, roguelike card crawl game for the web based on Slay the Spire
https://slaytheweb.cards
GNU Affero General Public License v3.0
193 stars 40 forks source link

Fix action missing card ref #193

Closed oskarrough closed 1 year ago

oskarrough commented 1 year ago

Error was caused because I removed card as argument to the card's action to avoid the circular json stuff.

Instead we now add the card as argument again, but not on the card's actions directly.

Fixes #191