From 369fa6e6617ee3c93c4f3fe652102b14b15e0ace Mon Sep 17 00:00:00 2001 From: Ryley Kimmel Date: Thu, 26 Feb 2015 17:14:10 -0500 Subject: [PATCH] Remove unnecessary skill dependency from consumable Potions. --- data/plugins/consumables/plugin.xml | 4 +--- data/plugins/consumables/potions.rb | 3 +++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/data/plugins/consumables/plugin.xml b/data/plugins/consumables/plugin.xml index 1017d547..8acb8325 100644 --- a/data/plugins/consumables/plugin.xml +++ b/data/plugins/consumables/plugin.xml @@ -6,13 +6,11 @@ Adds support for consumables (e.g. potions, food). Major + Ryley Kimmel - - skill-herblore - \ No newline at end of file diff --git a/data/plugins/consumables/potions.rb b/data/plugins/consumables/potions.rb index ed27a5ce..3ec4c8a0 100644 --- a/data/plugins/consumables/potions.rb +++ b/data/plugins/consumables/potions.rb @@ -2,7 +2,10 @@ require 'java' java_import 'org.apollo.game.model.entity.Skill' +private + DRINK_POTION_SOUND = 334 +EMPTY_VIAL_ID = 229 # A drinkable potion. class Potion < Consumable