Ejemplo n.º 1
0
 def startLooting(self,
                  plunderList,
                  itemsToTake=0,
                  timer=0,
                  autoShow=False,
                  customName=None):
     self.acceptInteraction()
     if self.openSound:
         self.openSound.play()
     Lootable.startLooting(self,
                           plunderList,
                           itemsToTake,
                           timer=timer,
                           autoShow=autoShow,
                           customName=customName)
 def startLooting(self,
                  plunderList,
                  itemsToTake=0,
                  timer=0,
                  autoShow=False,
                  customName=None):
     Lootable.startLooting(self,
                           plunderList,
                           itemsToTake,
                           timer=timer,
                           autoShow=autoShow,
                           customName=PLocalizer.FoundFishing)
     if self.fishingGame and not self.fishingGame.gui.resultsScreen.isHidden(
     ):
         localAvatar.guiMgr.inventoryUIManager.hidePlunder()
Ejemplo n.º 3
0
 def startLooting(self, plunderList, itemsToTake = 0, timer = 0, autoShow = False, customName = None):
     self.acceptInteraction()
     if self.openSound:
         self.openSound.play()
     
     Lootable.startLooting(self, plunderList, itemsToTake, timer = timer, autoShow = autoShow, customName = customName)
 def startLooting(self, plunderList, itemsToTake = 0, timer = 0, autoShow = False, customName = None):
     Lootable.startLooting(self, plunderList, itemsToTake, timer = timer, autoShow = autoShow, customName = PLocalizer.FoundFishing)
     if self.fishingGame and not self.fishingGame.gui.resultsScreen.isHidden():
         localAvatar.guiMgr.inventoryUIManager.hidePlunder()