From bf41915bcd1bb9fee340077de8a4311f11d96e53 Mon Sep 17 00:00:00 2001 From: munggs Date: Fri, 11 Mar 2016 16:38:18 +0100 Subject: [PATCH] Correct typo in survival.rb --- data/plugins/location/tutorial-island/survival.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/plugins/location/tutorial-island/survival.rb b/data/plugins/location/tutorial-island/survival.rb index 863110b6..69011412 100644 --- a/data/plugins/location/tutorial-island/survival.rb +++ b/data/plugins/location/tutorial-island/survival.rb @@ -30,7 +30,7 @@ module SurvivalConstants end # The conversation with the Survival Expert, when on tutorial island. -conversation :tutorial_surivival_expert do +conversation :tutorial_survival_expert do dialogue :introduction do type :npc_speech @@ -126,7 +126,7 @@ def add_survival_items(player) dialogue = (dialogue == :give_bronze_axe) ? :give_axe_and_tinderbox : :give_tinderbox end - send_dialogue(player, get_dialogue(:tutorial_surivival_expert, dialogue)) + send_dialogue(player, get_dialogue(:tutorial_survival_expert, dialogue)) end # Intercept the FirstObjectActionMessage to send tutorial-only events if the player is chopping