Correct one of the preconditions in the runescape guide dialogue.

This commit is contained in:
Major-
2015-03-08 11:18:42 +00:00
parent a6ac0610e5
commit e0d01c970e
@@ -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."