Remove unnecessary skill dependency from consumable Potions.

This commit is contained in:
Ryley Kimmel
2015-02-26 17:14:10 -05:00
parent 00627e0f48
commit 369fa6e661
2 changed files with 4 additions and 3 deletions
+3
View File
@@ -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