Fix Prerequsities for Small Microverse Projector Quest
Exaxxion opened this issue ยท 0 comments
Due to limitations of BetterQuesting not being able to mix AND
and OR
prerequisites logic, the SMP quest is currently incorrectly unlocked by any of its four prerequisites (below) instead of the right subset of them:
- Deuterium
- I Don't Like Space
- Elite Catalyst
- The First Tier Four Circuits
We should add a hidden bridging quest like we did for Nitro Diesel so we can use AND
logic to make the requirements:
"Elite Catalyst" AND "The First Tier Four Circuits" AND "Deuterium OR I Don't Like Space"
where the latter is the new bridging quest that completes from completing "Deuterium" or "I Don't Like Space".