mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
Fixed incorrect slayer tracker icons
This commit is contained in:
parent
1a5090f8fd
commit
1f89ef3e4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue