Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Bug with Blindfold (Justice ally)

A topic by quantumodo created Apr 16, 2025 Views: 60 Replies: 3
Viewing posts 1 to 4

Hi, 

While playing with Colossus against Master Mold ([0.5.9.4]-colossus-master_mold-(123)-(501300221).json), I played Blindfold (https://marvelcdb.com/card/33014). I discarded one of the cards of the encounter deck, and the rest were not put in the same order (as expected) but in a seemingly random order. 

Thanks in advance!

I am not sure the savefile was uploaded correctly. Here is another one just in case: [0.5.9.4]-colossus-master_mold-(123)-(501300221).json

Developer

Hi @quantumodo,

Thank you for reporting the bug regarding card “33014” (Blindfold: Ruth Aldine) and for sharing your save file.

After reviewing your save file, we identified the issue in step 60. The reason the remaining cards appear to be in a random order is that the frontend sorts the cards by card ID when displayed. To see the original order, please refer to the log:

Colossus looked at [Gang-Up, Sentinel Mark VIII, Sentinel Mark VI, Shadow of the Past, Unit Upgrade]

The order of the cards in the log is from top to bottom.

Additionally, we only found one copy of the file “[0.5.9.4]-colossus-master_mold-(123)-(501300221).json”. It seems our server retains only the most recent copy of the same file.

Thank you again for your feedback!

Oh, OK, thanks!