Skip to main content

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

game versio  : 0.5.2.2

os : win 7

there is some error when i put kimono.

like this

script error beauty: invalid get index 'beautytemp' <on base: 'Nil'>.

at: res://files/scripts/item.gd:880

Are you using an old save?

nah. i'm new  player. just playing and that coming ? and when the newest public version come :-D



this game very nice for me, cuz i'm new with management, but this game awesome. 

im sorry, there iz no bug . im sorry .

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.