boss: Make CJ cogs use the stun animation rather than freezing in place
This commit is contained in:
parent
34d747d58f
commit
49b660f5f7
1 changed files with 1 additions and 0 deletions
|
@ -373,6 +373,7 @@ class DistributedLawbotBossSuit(DistributedSuitBase.DistributedSuitBase):
|
|||
del self.activeIntervals[throwName]
|
||||
|
||||
def enterStunned(self):
|
||||
self.loop('lured', 0)
|
||||
stunSequence = MovieUtil.createSuitStunInterval(self, 0, ToontownGlobals.LawbotBossLawyerStunTime)
|
||||
seqName = stunSequence.getName()
|
||||
stunSequence.append(Func(self.fsm.request, 'neutral'))
|
||||
|
|
Loading…
Reference in a new issue