summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/it_use2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/it_use2.h')
-rw-r--r--crawl-ref/source/it_use2.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/crawl-ref/source/it_use2.h b/crawl-ref/source/it_use2.h
index b5e49770b1..408e32b847 100644
--- a/crawl-ref/source/it_use2.h
+++ b/crawl-ref/source/it_use2.h
@@ -15,6 +15,36 @@
#include "externs.h"
+enum potion_type
+{
+ POT_HEALING, // 0
+ POT_HEAL_WOUNDS,
+ POT_SPEED,
+ POT_MIGHT,
+ POT_GAIN_STRENGTH,
+ POT_GAIN_DEXTERITY, // 5
+ POT_GAIN_INTELLIGENCE,
+ POT_LEVITATION,
+ POT_POISON,
+ POT_SLOWING,
+ POT_PARALYSIS, // 10
+ POT_CONFUSION,
+ POT_INVISIBILITY,
+ POT_PORRIDGE,
+ POT_DEGENERATION,
+ POT_DECAY, // 15
+ POT_WATER,
+ POT_EXPERIENCE,
+ POT_MAGIC,
+ POT_RESTORE_ABILITIES,
+ POT_STRONG_POISON, // 20
+ POT_BERSERK_RAGE,
+ POT_CURE_MUTATION,
+ POT_MUTATION,
+ POT_BLOOD,
+ POT_RESISTANCE,
+ NUM_POTIONS
+};
/* ***********************************************************************
* called from: ability - beam - decks - item_use - misc - religion -