Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I'm actually seeing something similar to this when applying armor in 0.5.3.1d I believe the problem lies in that the slave variable in items.gd does not get initialized for the the functions armor, agi, stren, maf, end or beauty. Adding "slave = globals.slaves[get_tree().get_current_scene().currentslave]" to each of these functions seems to fix this.