mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Fix Make-A-Toon
This commit is contained in:
parent
5eb2a81e53
commit
06181378ef
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class MakeAToon(StateData.StateData):
|
|||
self.bs = BodyShop.BodyShop('BodyShop-done')
|
||||
self.cos = ColorShop.ColorShop('ColorShop-done')
|
||||
self.cls = MakeClothesGUI.MakeClothesGUI('ClothesShop-done')
|
||||
self.ns = NameShop.NameShop(self, 'NameShop-done', avList, index, True)
|
||||
self.ns = NameShop.NameShop(self, 'NameShop-done', avList, index)
|
||||
self.shop = GENDERSHOP
|
||||
self.shopsVisited = []
|
||||
if self.warp:
|
||||
|
|
Loading…
Reference in a new issue