Remove ones that don't even do anything.

This commit is contained in:
Alexander 2015-08-23 21:45:11 -04:00
parent 9123efa688
commit 4d2a8de6c1

View file

@ -163,23 +163,15 @@ class DistributedToonAI(DistributedPlayerAI.DistributedPlayerAI, DistributedSmoo
self.nextKnockHeal = 0
self.tfRequest = (0, 0)
self.epp = []
if self.emoteAccess[26]:
self.emoteAccess.remove(self.emoteAccess[26])
def generate(self):
DistributedPlayerAI.DistributedPlayerAI.generate(self)
DistributedSmoothNodeAI.DistributedSmoothNodeAI.generate(self)
if self.emoteAccess[26]:
self.emoteAccess.remove(self.emoteAccess[26])
def announceGenerate(self):
DistributedPlayerAI.DistributedPlayerAI.announceGenerate(self)
DistributedSmoothNodeAI.DistributedSmoothNodeAI.announceGenerate(self)
if self.emoteAccess[26]:
self.emoteAccess.remove(self.emoteAccess[26])
if self.isPlayerControlled():
messenger.send('avatarEntered', [self])