suit: fix mata hairy having the wrong dna
This commit is contained in:
parent
fa710cfd80
commit
7dff988d42
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ class DistributedCashbotBoss(DistributedBossCog.DistributedBossCog, FSM.FSM):
|
|||
npc.setPickable(0)
|
||||
npc.setPlayerType(NametagGroup.CCNonPlayer)
|
||||
dna = ToonDNA.ToonDNA()
|
||||
dna.newToonRandom(11237, 'f', 1)
|
||||
dna.newToonRandom(146392, 'f', 1)
|
||||
dna.head = 'pls'
|
||||
npc.setDNAString(dna.makeNetString())
|
||||
npc.animFSM.request('neutral')
|
||||
|
|
Loading…
Reference in a new issue