suitA Cogs now have their proper hand colors

And with this I'd like to point out that this is technically a hack fix
since it's just not using the preloaded models whilst everything else is
This commit is contained in:
John Cote 2015-05-25 20:01:29 -04:00
parent 1074f255f3
commit 437571aefb

View file

@ -437,11 +437,9 @@ class Suit(Avatar.Avatar):
self.generateCorporateMedallion()
def generateBody(self):
global Preloaded
animDict = self.generateAnimDict()
filePrefix, bodyPhase = ModelDict[self.style.body]
filepath = 'phase_3.5' + filePrefix + 'mod'
self.loadModel(Preloaded[filepath], copy = True)
self.loadModel('phase_3.5' + filePrefix + 'mod')
self.loadAnims(animDict)
self.setSuitClothes()