Merge pull request #47 from stevetts/master

Merge current master
This commit is contained in:
John Cote 2015-06-24 17:52:53 -04:00
commit ac15b0e4b5
2 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ The source code for Toontown Stride.
### Info
* It is recommended that you make all of your changes in a fork before committing.
* Do not erase or revert another person's commit without first consulting them.
* Only push to this repository.
* Never force a git push.
* Only push to this repository for Toontown Stride source code.
* Bigger commits should be done in a seperate branch then merged to master after tested.
* Never force a git push.

View file

@ -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: