Jad practice mode in fight caves now correctly skips to Jad fight

This commit is contained in:
skelsoft
2022-05-31 13:15:51 +00:00
committed by Ryan
parent 60ad2754b2
commit b1aa9ea39a
@@ -119,6 +119,9 @@ public final class TzhaarFightCavesPlugin extends ActivityPlugin {
}
};
} else {
if (practice) {
player.setAttribute("fc_wave", 62);
}
if (player.getAttribute("fc_wave", 0) == 62) {
player.getDialogueInterpreter().sendDialogues(2617, null, "Look out, here comes TzTok-Jad!");
}