mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 04:32:33 -06:00
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:
parent
1074f255f3
commit
437571aefb
1 changed files with 1 additions and 3 deletions
|
@ -437,11 +437,9 @@ class Suit(Avatar.Avatar):
|
||||||
self.generateCorporateMedallion()
|
self.generateCorporateMedallion()
|
||||||
|
|
||||||
def generateBody(self):
|
def generateBody(self):
|
||||||
global Preloaded
|
|
||||||
animDict = self.generateAnimDict()
|
animDict = self.generateAnimDict()
|
||||||
filePrefix, bodyPhase = ModelDict[self.style.body]
|
filePrefix, bodyPhase = ModelDict[self.style.body]
|
||||||
filepath = 'phase_3.5' + filePrefix + 'mod'
|
self.loadModel('phase_3.5' + filePrefix + 'mod')
|
||||||
self.loadModel(Preloaded[filepath], copy = True)
|
|
||||||
self.loadAnims(animDict)
|
self.loadAnims(animDict)
|
||||||
self.setSuitClothes()
|
self.setSuitClothes()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue