mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 04:02:40 -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()
|
||||
|
||||
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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue