mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Forgot this, lel
This commit is contained in:
parent
773a1d2f43
commit
e4e2b17e47
1 changed files with 6 additions and 0 deletions
|
@ -290,6 +290,12 @@ class QuestManagerAI:
|
||||||
questList.append(questDesc)
|
questList.append(questDesc)
|
||||||
|
|
||||||
av.b_setQuests(questList)
|
av.b_setQuests(questList)
|
||||||
|
|
||||||
|
def toonCalledClarabelle(self, toon):
|
||||||
|
for index, quest in enumerate(self.__toonQuestsList2Quests(toon.quests)):
|
||||||
|
if isinstance(quest, Quests.PhoneQuest):
|
||||||
|
self.__incrementQuestProgress(toon.quests[index])
|
||||||
|
toon.updateQuests()
|
||||||
|
|
||||||
def toonMadeNPCFriend(self, av, count, method):
|
def toonMadeNPCFriend(self, av, count, method):
|
||||||
avQuests = av.getQuests()
|
avQuests = av.getQuests()
|
||||||
|
|
Loading…
Reference in a new issue