mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Debug removed
This commit is contained in:
parent
065f9125fd
commit
3f7c0610fa
1 changed files with 0 additions and 1 deletions
|
@ -860,7 +860,6 @@ class BossQuest(CogQuest, TexturedQuest):
|
||||||
return BOSS_NAMES[self.quest[0]][self.getNumCogs() > 1]
|
return BOSS_NAMES[self.quest[0]][self.getNumCogs() > 1]
|
||||||
|
|
||||||
def doesCogCount(self, avId, cogDict, zoneId, avList):
|
def doesCogCount(self, avId, cogDict, zoneId, avList):
|
||||||
print cogDict
|
|
||||||
return cogDict['isBoss'] > 0 and self.isLocationMatch(zoneId)
|
return cogDict['isBoss'] > 0 and self.isLocationMatch(zoneId)
|
||||||
|
|
||||||
class SupervisorQuest(CogQuest):
|
class SupervisorQuest(CogQuest):
|
||||||
|
|
Loading…
Reference in a new issue