mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
ButterflyAI cleanup
gg Disney and their unneeded imports
This commit is contained in:
parent
a380e1e6d9
commit
443233ad1d
1 changed files with 6 additions and 14 deletions
|
@ -1,13 +1,9 @@
|
|||
from direct.directnotify import DirectNotifyGlobal
|
||||
from direct.distributed.DistributedObjectAI import DistributedObjectAI
|
||||
from otp.ai.AIBase import *
|
||||
from toontown.toonbase.ToontownGlobals import *
|
||||
from direct.distributed.ClockDelta import *
|
||||
from direct.fsm import ClassicFSM, State
|
||||
from direct.fsm import State
|
||||
from direct.task import Task
|
||||
import ButterflyGlobals
|
||||
import random
|
||||
import ButterflyGlobals, random
|
||||
|
||||
class DistributedButterflyAI(DistributedObjectAI):
|
||||
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedButterflyAI")
|
||||
|
@ -23,10 +19,6 @@ class DistributedButterflyAI(DistributedObjectAI):
|
|||
return None
|
||||
|
||||
def delete(self):
|
||||
try:
|
||||
self.butterfly_deleted
|
||||
except:
|
||||
self.butterfly_deleted = 1
|
||||
ButterflyGlobals.recycleIndex(self.curIndex, self.playground, self.area, self.ownerId)
|
||||
ButterflyGlobals.recycleIndex(self.destIndex, self.playground, self.area, self.ownerId)
|
||||
self.fsm.request('off')
|
||||
|
|
Loading…
Reference in a new issue