Fixed incorrect slayer tracker icons

This commit is contained in:
bushtail 2022-07-12 13:18:14 +00:00 committed by Ryan
parent 1a5090f8fd
commit 1f89ef3e4d

View file

@ -43,7 +43,7 @@ class EnchantedGemDialogue() : DialogueFile() {
} else { } else {
npcl(FacialExpression.FRIENDLY, "You're currently assigned to kill ${getSlayerTaskName(player!!)}s; only ${getSlayerTaskKillsRemaining(player!!)} more to go.") npcl(FacialExpression.FRIENDLY, "You're currently assigned to kill ${getSlayerTaskName(player!!)}s; only ${getSlayerTaskKillsRemaining(player!!)} more to go.")
} }
setVarbit(player!!, 2502, 0, getSlayerTaskFlags(player!!)) setVarbit(player!!, 2502, 0, getSlayerTaskFlags(player!!) shr 4)
stage = 1 stage = 1
} }
} }