mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-01 14:39:13 -06:00
Fixed typos in Tribal Totem crate label dialogue
This commit is contained in:
parent
5670ac5e9d
commit
0fdbf323d6
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class TribalTotemListeners : InteractionListener {
|
|||
|
||||
on(realCrate, IntType.SCENERY, "Investigate"){ player, node ->
|
||||
if(player.questRepository.getStage(Quests.TRIBAL_TOTEM) in 1..19 && !player.inventory.containsAtLeastOneItem(Items.ADDRESS_LABEL_1858)){
|
||||
sendDialogue(player,"There is a label on this crate. It says; To Lord Handelmort, Handelmort Mansion Ardogune.You carefully peel it off and take it.")
|
||||
sendDialogue(player,"There is a label on this crate. It says; To Lord Handelmort, Handelmort Mansion, Ardougne.You carefully peel it off and take it.")
|
||||
addItemOrDrop(player,Items.ADDRESS_LABEL_1858,1)
|
||||
}
|
||||
else if(player.questRepository.getStage(Quests.TRIBAL_TOTEM) in 1..19 && player.inventory.containsAtLeastOneItem(Items.ADDRESS_LABEL_1858)){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue