Correct typo in survival.rb

This commit is contained in:
munggs
2016-03-11 16:38:18 +01:00
parent b539b26c83
commit bf41915bcd
@@ -30,7 +30,7 @@ module SurvivalConstants
end end
# The conversation with the Survival Expert, when on tutorial island. # The conversation with the Survival Expert, when on tutorial island.
conversation :tutorial_surivival_expert do conversation :tutorial_survival_expert do
dialogue :introduction do dialogue :introduction do
type :npc_speech type :npc_speech
@@ -126,7 +126,7 @@ def add_survival_items(player)
dialogue = (dialogue == :give_bronze_axe) ? :give_axe_and_tinderbox : :give_tinderbox dialogue = (dialogue == :give_bronze_axe) ? :give_axe_and_tinderbox : :give_tinderbox
end end
send_dialogue(player, get_dialogue(:tutorial_surivival_expert, dialogue)) send_dialogue(player, get_dialogue(:tutorial_survival_expert, dialogue))
end end
# Intercept the FirstObjectActionMessage to send tutorial-only events if the player is chopping # Intercept the FirstObjectActionMessage to send tutorial-only events if the player is chopping