Unnecessary module

This commit is contained in:
Gouvernathor 2024-04-06 00:46:04 +02:00
parent 5f742d4525
commit 1a70aff3bc
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ init python:
self.build_image()
renpy.store.states.dolls[name] = self
states.dolls[name] = self
def generate_hash(self):
clothes_hash = str([x[0]._hash for x in self.states.values() if istype(x[0], (DollCloth, DollClothDynamic, DollMakeup)) and x[2]])