Extra 'else' in pexigiaQuest.js

Hitchiker42

New Member
May 25, 2022
3
1
32
Line 490 in pegxiaQuest.js is
JavaScript:
else if(cumQ >= 10000)
however the initial if statement is
JavaScript:
if(cumQ >= 2000)
meaning the branch never gets taken. Based on the context the else should just be removed, since the content inside of it seems to continue from the content in the original if branch. It's a pretty minor thing, but it is content that is currently inaccessible.

Also a small note, I previously posted about misnamed busts in kiroQuestVR (the image files are prefixed with VR_ while the code uses KQ_VR_), which should be a pretty simple fix but the issue is still present in the current build.
 
Last edited:

DrunkZombie

Well-Known Member
Moderator
Apr 12, 2018
1,548
875
Minnesota, USA
Fixed.

Bust functionality is an ongoing effort by two other coders. I will leave that to them to avoid too many cooks in the kitchen.