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
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.