summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-05-23 00:11:27 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-05-23 00:11:27 +0100
commite836579ba19048dc098a93622005f1de0e2e634e (patch)
treeaab3d06ca8f910275f8344e3d6b81a822de355e6 /crawl-ref/source/ouch.cc
parent7ec5f86ad8f03ffe130d461a900d2a1561594d7e (diff)
downloadcrawl-ref-e836579ba19048dc098a93622005f1de0e2e634e.tar.gz
crawl-ref-e836579ba19048dc098a93622005f1de0e2e634e.zip
Don't prevent item destruction in wisp form
Since it now can use potions and scrolls.
Diffstat (limited to 'crawl-ref/source/ouch.cc')
-rw-r--r--crawl-ref/source/ouch.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index 772a9da604..c8efa35023 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -451,11 +451,6 @@ static bool _expose_invent_to_element(beam_type flavour, int strength)
if (target_class == OBJ_UNASSIGNED)
return false;
- // Wisp form semi-melds all of inventory, making it unusable for you,
- // but also immune to destruction. No message is needed.
- if (you.form == TRAN_WISP)
- return false;
-
// Fedhas worshipers are exempt from the food destruction effect
// of spores.
if (flavour == BEAM_SPORE