LudiPQ & OrbisPQ patch

Fixed some latent issues with LudiPQ and OrbisPQ. Added stage EXP rewarding to the TreasurePQ.
This commit is contained in:
ronancpl
2018-03-07 11:28:01 -03:00
parent bbd2debc08
commit 90ed45d1c3
5 changed files with 24 additions and 15 deletions

View File

@@ -214,6 +214,8 @@ function isMV(mob) {
function monsterKilled(mob, eim) {
if(isMV(mob)) {
eim.showClearEffect();
eim.giveEventPlayersStageReward(2);
eim.clearPQ();
}
}