Skip to content

Commit

Permalink
Update DruidicRitual.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
jarryd229 authored Sep 9, 2024
1 parent b7f7680 commit 641a0b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ interfaceSlot(component = "journals", id = "quest_journals", itemSlot = 33) {
"<navy>I should speak to <maroon>Kaqemeex <navy>again and claim my <maroon>reward"
)
else -> listOf(
"<navy>I cant start this quest by talking to <maroon>Kaqemeex <navy>at the<maroon> Taverley Stone Circle."
"<navy>I can start this quest by talking to <maroon>Kaqemeex <navy>at the<maroon> Taverley Stone Circle."
)
}
player.sendQuestJournal("Druidic Ritual", lines)
}
}

0 comments on commit 641a0b8

Please sign in to comment.