mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 08:39:11 +00:00
Correct one of the preconditions in the runescape guide dialogue.
This commit is contained in:
@@ -52,7 +52,7 @@ conversation :tutorial_runescape_guide do
|
||||
type :npc_speech
|
||||
npc :runescape_guide
|
||||
|
||||
precondition { |player| player.tutorial_island_progress != :talk_to_people }
|
||||
precondition { |player| player.tutorial_island_progress != :not_started }
|
||||
|
||||
text "Welcome back."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user