Update 62.20 - Fixes

Cardeneer · build 16340713 · published

On SteamNotes only · this build shipped before we watched the app
  • Once and "X times" can now be used at the start of an ability.
  • Fix "for each" checking "If X" everytime.
  • Fix opponent missing deck in some modes.
  • Fix error that could occur with a design.
  • Fix resizing issue with cards.

Just a small update, have mainly been working on Godot.

Note:
If your game crashes when you play, it's because you have an ability loop somewhere.
I.e. "On Accumulate: Give this SomeStack." this is an example of an ability that loops by itself.
This is something I want to fix, but it requires a lot of work so I'm delaying it a bit, until then please avoid making loops.