Remove message filtering

This commit is contained in:
Major-
2016-02-11 13:07:02 +00:00
parent c474908163
commit d6ac9eeeaa
13 changed files with 25 additions and 77 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class RunecraftingAction < DistancedAction
inventory.add(@rune.id, added)
name = added > 1 ? 'some ' + @rune.name + 's' : 'an ' + @rune.name
@player.send_message("Your craft the rune essence into #{name}.", true)
@player.send_message("You craft the rune essence into #{name}.")
@player.skill_set.add_experience(Skill::RUNECRAFT, removed * @rune.experience)
stop