mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 19:52:37 -06:00
Fix sleep task
This commit is contained in:
parent
1c6b541311
commit
d80da06200
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ class DistributedNPCGlove(DistributedNPCToonBase):
|
|||
|
||||
def enterPickColor(self):
|
||||
base.cr.playGame.getPlace().setState('stopped')
|
||||
taskMgr.doMethodLater(45, self.exitPickColor, 'npcSleepTask-%s' % self.doId)
|
||||
taskMgr.doMethodLater(45, self.leave, 'npcSleepTask-%s' % self.doId)
|
||||
self.setChatAbsolute('', CFSpeech)
|
||||
|
||||
if base.localAvatar.getMoney() < ToontownGlobals.GloveCost:
|
||||
|
|
Loading…
Reference in a new issue