mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 16:49:12 +00:00
Fixed Herblore Skill Id.
This commit is contained in:
@@ -55,7 +55,7 @@ class HerbIdentificationAction < Action
|
|||||||
identified = @herb.item
|
identified = @herb.item
|
||||||
|
|
||||||
inventory.add(identified)
|
inventory.add(identified)
|
||||||
player.skill_set.add_experience(HERBLORE_ID, @herb.experience)
|
player.skill_set.add_experience(Skill::HERBLORE, @herb.experience)
|
||||||
player.send_message("You identify the herb as a #{identified.definition.name}.", true)
|
player.send_message("You identify the herb as a #{identified.definition.name}.", true)
|
||||||
# TODO: 'as an' in some cases
|
# TODO: 'as an' in some cases
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user