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