Merge branch 'master' of https://github.com/ronancpl/HeavenMS into credits_update

This commit is contained in:
ronancpl
2019-11-14 22:35:43 -03:00
864 changed files with 20650 additions and 11188 deletions

View File

@@ -24,6 +24,10 @@
*/
function act() { // string visibility thanks to ProXAIMeRx & Glvelturall
if (rm.isQuestStarted(6400)) rm.setQuestProgress(6400, 0, 2);
rm.message("Real Bart has found. Return to Jonathan through portal.");
if (rm.isQuestStarted(6400)) {
rm.setQuestProgress(6400, 1, 2);
rm.setQuestProgress(6400, 6401, "q3");
}
rm.message("Real Bart has been found. Return to Jonathan through the portal.");
}