Fixed incorrect slayer tracker icons
This commit is contained in:
@@ -43,7 +43,7 @@ class EnchantedGemDialogue() : DialogueFile() {
|
||||
} else {
|
||||
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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user