Unnecessary module
This commit is contained in:
parent
5f742d4525
commit
1a70aff3bc
@ -79,7 +79,7 @@ init python:
|
|||||||
|
|
||||||
self.build_image()
|
self.build_image()
|
||||||
|
|
||||||
renpy.store.states.dolls[name] = self
|
states.dolls[name] = self
|
||||||
|
|
||||||
def generate_hash(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]])
|
clothes_hash = str([x[0]._hash for x in self.states.values() if istype(x[0], (DollCloth, DollClothDynamic, DollMakeup)) and x[2]])
|
||||||
|
Loading…
Reference in New Issue
Block a user