Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

The game so far is interesting and fun to play.
It has quite a few nice synergies up to overpowered combos, but there are also a few mostly minor bugs and/or some unclear/undocumented behaviour.


A less minor bug is described below. (It might be considered game breaking).

During an Ascension 2 run using Paladin I had already gotten a lot of the artifacts. After fight #7 there was an artifact in the shop called something like "undefined (does nothing)" with the simple sword icon.
I wanted to check whether it really doesn't do anything like the "Burden" curse, so I bought it. Also there was nothing else left to do with all the coins …

During fight #8 there was a new card that looked exactly like that artifact.

Sadly, the description isn't accurate. Instead of doing nothing it created a bunch of errors in various situations.

  • After a few attempts I managed to finish fight #8:
    • Drawing the new card, looking at it itself and discarding it with the abilities of other cards was possible.
    • But when it was in the draw/discard pile, looking at that pile resulted in errors.
    • IIRC trying to use it resulted in errors, too.
  • In the shop after fight #8 none of the actions involving viewing some of your cards was possible e.g. trying to get rid of it.
    • But there was at least one new artifact for sale – a different one after crash & reload –, so I haven't had all of them if that is even possible.
  • In fight #9 drawing that card was now impossible, too. I managed to finish the 1st round. But then the 2nd wasn't able to start without error. And using "play > continue" crashes the game very reliably.

You should probably remove that artifact and/or item to prevent this annoying softlock.

I only have copied the last error message. The earlier versions were a bit different – IIRC the `string ""` part actually contained 2 letters inside the `""` … maybe `"nu"`/`"un"` or something similar. It doesn't seem very informative, but perhaps it can help you track that issue down faster.

___________________________________________
############################################################################################
ERROR in action number 1
of Other Event: Room Start for object gameController:
unable to convert string "" to number
at gml_Script_scr_getStats
############################################################################################
gml_Script_scr_getStats (line -1)
gml_Script_scr_createCard
gml_Script_scr_drawCard
gml_Script_scr_begin_fight
gml_Object_gameController_Other_4

Hi, thank you so much for the bug report! This one is quite a pain in the neck for me, as I can't reproduce it. The bug happens when you bought all available artifacts already, but the game should never produce an undefined artifact. I'm working on it & hope to find it soon. Glad you had fun nevertheless!

finally found it :)