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.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/crawl-ref/source/it_use2.h b/crawl-ref/source/it_use2.h
index e8f8b1c541..110a5eeaa7 100644
--- a/crawl-ref/source/it_use2.h
+++ b/crawl-ref/source/it_use2.h
@@ -42,17 +42,18 @@ enum potion_type
POT_BERSERK_RAGE,
POT_CURE_MUTATION,
POT_MUTATION,
- POT_BLOOD,
POT_RESISTANCE,
- NUM_POTIONS
+ POT_BLOOD, // 25
+ POT_BLOOD_COAGULATED,
+ NUM_POTIONS // 27
};
+
/* ***********************************************************************
* called from: ability - beam - decks - item_use - misc - religion -
* spell - spells - spells1
* *********************************************************************** */
-bool potion_effect(potion_type pot_eff, int pow);
-
+bool potion_effect(potion_type pot_eff, int pow, bool was_known = true);
/* ***********************************************************************
* called from: item_use