mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-10-31 00:37:54 +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]
|
||||
|
||||
def doesCogCount(self, avId, cogDict, zoneId, avList):
|
||||
print cogDict
|
||||
return cogDict['isBoss'] > 0 and self.isLocationMatch(zoneId)
|
||||
|
||||
class SupervisorQuest(CogQuest):
|
||||
|
|
Loading…
Reference in a new issue