No longer get stuck in the cutscene at the end of The Lost Tribe

This commit is contained in:
Coaltong
2022-06-10 13:06:35 +00:00
committed by Ryan
parent 27e7699f7d
commit 1c560dd4c6
@@ -105,7 +105,6 @@ class LostTribeCutscene(player: Player) : Cutscene(player) {
}
19 -> {
end {
player.questRepository.getQuest("Lost Tribe").setStage(player, 100)
player.questRepository.getQuest("Lost Tribe").finish(player)
}
}