creation of drink.rb

fix bad name
This commit is contained in:
CharlesVaneenoo
2016-03-04 20:16:49 +01:00
parent cd3596ee61
commit 82f28b070e
3 changed files with 77 additions and 26 deletions
+1
View File
@@ -10,6 +10,7 @@ CONSUME_ANIMATION_ID = 829
module ConsumableType
FOOD = 1
POTION = 2
DRINK = 3
end
# An item that can be consumed to produce a skill effect.