def localAvEnterDeath(self, av):
     DistributedInstanceBase.localAvEnterDeath(self, av)
     if av.isLocal():
         self.d_localAvatarDied()
 def localAvEnterDeath(self, av):
     DistributedInstanceBase.localAvEnterDeath(self, av)
     if av.isLocal():
         self.d_localAvatarDied()
 def localAvEnterDeath(self, av):
     DistributedInstanceBase.localAvEnterDeath(self, av)
     self.d_localAvatarDied()
     if av.getSiegeTeam():
         self._startPvpRespawn(PVPGlobals.MainWorldAvRespawnDelay)
예제 #4
0
 def localAvEnterDeath(self, av):
     DistributedInstanceBase.localAvEnterDeath(self, av)
     self.d_localAvatarDied()
     if av.getSiegeTeam():
         self._startPvpRespawn(PVPGlobals.MainWorldAvRespawnDelay)