glitched mask obtain method

This commit is contained in:
chardub
2025-02-07 20:22:23 -05:00
parent 692a25bd8e
commit 2fcc7fc9cd
20 changed files with 58 additions and 8 deletions

View File

@@ -1698,4 +1698,12 @@ def failAllIncompleteRocketQuests()
finishTRQuest("tr_celadon_3", :FAILURE) if trainer_quest.id == "tr_celadon_3" && !pbCompletedQuest?("tr_celadon_3")
finishTRQuest("tr_celadon_4", :FAILURE) if trainer_quest.id == "tr_celadon_4" && !pbCompletedQuest?("tr_celadon_4")
end
end
def qmarkMaskCheck()
if $Trainer.seen_qmarks_sprite
unless hasHat?(HAT_QMARKS)
obtainHat(HAT_QMARKS)
end
end
end