mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 16:49:11 +00:00
Make potion-making give experience; Change version number.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user