Make potion-making give experience; Change version number.

This commit is contained in:
Major-
2014-02-15 22:38:09 +00:00
parent 953e4cb3db
commit 2ed1477d2c
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ class FinishedMixingAction < MixingAction
name = @potion.item.definition.name.sub('(3)', '')
player.send_message("You add the #{ingredient} to the mixture to make an #{name}.", true)
player.skill_set.add_experience(@potion.experience)
player.skill_set.add_experience(HERBLORE_ID, @potion.experience)
inventory = player.inventory