Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

Mod version downloaded from github 12.2.: ctd when starting a fight if one member of the party has the sword Armor Breaker equipped. It doesn't crash when I use debug, but I do get: 

SCRIPT ERROR: passive: Invalid call. Nonexistent function 'append' in base 'Dictionary'.

          At: res://files/scripts/abilities.gd:871


Update: found out which equipment caused it

It appears that the addition of new items included a regression of effects for the Armor Breaker. To trigger the built in fix you will need to edit the save file with a text editor(you will want one with a Find tool) and change the "currentversion" from "1.0d" to "1.0" (any change will work, but this keeps it simple). I recommend making a backup of the save file as mistakes are hard to fix.

Ah, yes, that worked. Thank you very much!