Skip to main content

The Power of Pride Bundle 2026 — $10 PWYC Edition
On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

this stage freezes if you kill a whirlpool

Already fixed that. Until next version, avoid killing Living Whirlpool with targeted attack (the bug is that animation could not handle attaching an detaching cards at the same time).

Oil Can preserves non-clockwork cards

Fixed

‘Watch a rainbow’ doesn’t count turns with no cards played, while ‘Publish your own biography’ does.

I have unified those two as well as “Devise workout plan” to require at least 1 card to be played, since all these quests are currently very good and making them a bit harder is preferable.

filtering “on card played” only shows Matryoshka.

For now, you can use trigger.cardPlayed=o as a search string. Equal sign means ‘search specified internal field of the game entity’, ‘o’ letter is a substring of ‘object’, you can also search ‘u’ for ‘undefined’ if you want the reverse condition, etc.

Of course, this is all undiscoverable from UI, so I will probably add ‘trigger titles’ into a search pool anyway.

If you indirectly play a Second Chance in your hand, it discards all but one card

Fixed, same problem also affected Brainstorm and Clear Mind

making them a bit harder is preferable.

true.

For now, you can use trigger.cardPlayed=o as a search string.

Hmm, none of them match that.

Not that I really need this feature, I can just search the source files.

Hmm, none of them match that.

Sorry, it is triggers.cardPlayed=o (triggerS)