diff --git a/game/scripts/doll/clothes.rpy b/game/scripts/doll/clothes.rpy index 64535acf..d6914742 100644 --- a/game/scripts/doll/clothes.rpy +++ b/game/scripts/doll/clothes.rpy @@ -168,7 +168,7 @@ init python: except IndexError: print(f"Missing textures:\n{self.__repr__()}") return Text(f"TexErr\n{{color=#00ffff}}{{size=-6}}ID:{self.id}{{/size}}{{/color}}", color="#ff0000") - + sprites.extend(self.char.body.build_image(self.char.body._hash, matrix=matrix)) sprites.sort(key=itemgetter(2)) wmax, hmax = self.sizes