mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Remove ones that don't even do anything.
This commit is contained in:
parent
9123efa688
commit
4d2a8de6c1
1 changed files with 0 additions and 8 deletions
|
@ -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])
|
||||
|
||||
|
|
Loading…
Reference in a new issue