summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_item.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-08-20 20:44:13 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-08-20 20:49:10 +0200
commitd34118a48d77f2a9bb4910353feb4662b87d51c0 (patch)
tree7fb0136b9da0f8b0f5c7dcc484ff02a625e091f9 /crawl-ref/source/l_item.cc
parentfae69ba091fc9860cdbef718fd7467ee49de6d30 (diff)
downloadcrawl-ref-d34118a48d77f2a9bb4910353feb4662b87d51c0.tar.gz
crawl-ref-d34118a48d77f2a9bb4910353feb4662b87d51c0.zip
Remove potions of water.
Without Evaporate, they lost their last use.
Diffstat (limited to 'crawl-ref/source/l_item.cc')
-rw-r--r--crawl-ref/source/l_item.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/l_item.cc b/crawl-ref/source/l_item.cc
index a46f264bb6..aa0775ffc3 100644
--- a/crawl-ref/source/l_item.cc
+++ b/crawl-ref/source/l_item.cc
@@ -327,8 +327,6 @@ static int l_item_do_subtype(lua_State *ls)
s = "blood";
else if (item->sub_type == POT_BLOOD_COAGULATED)
s = "coagulated blood";
- else if (item->sub_type == POT_WATER)
- s = "water";
else if (item->sub_type == POT_PORRIDGE)
s = "porridge";
else if (item->sub_type == POT_BERSERK_RAGE)