Compatibility

This commit is contained in:
ceikry 2022-03-31 09:18:23 -05:00
parent 9546e01394
commit eac33d6c29

View file

@ -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!");
}