coghq: fix good ol' gil giggles dna
This commit is contained in:
parent
d1f72e47ef
commit
0b92bef17c
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ class DistributedBossbotBoss(DistributedBossCog.DistributedBossCog, FSM.FSM):
|
|||
npc.setPickable(0)
|
||||
npc.setPlayerType(NametagGroup.CCNonPlayer)
|
||||
dna = ToonDNA.ToonDNA()
|
||||
dna.newToonRandom(146392, 'm', 1)
|
||||
dna.newToonRandom(335933, 'm', 1)
|
||||
dna.head = 'sls'
|
||||
npc.setDNAString(dna.makeNetString())
|
||||
npc.animFSM.request('neutral')
|
||||
|
|
Loading…
Reference in a new issue