summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-other.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-04-25 04:05:24 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-04-28 20:02:45 +0200
commit88c0ea9d7ce140253d22b40be1c18685b0eb03d4 (patch)
tree00a5b274fe3d7d355578156ad131e49440d8c573 /crawl-ref/source/spl-other.cc
parent3982d0a6b46683c30167eb2e45e662231bfdbdf4 (diff)
downloadcrawl-ref-88c0ea9d7ce140253d22b40be1c18685b0eb03d4.tar.gz
crawl-ref-88c0ea9d7ce140253d22b40be1c18685b0eb03d4.zip
Djinn: the munchies make them glow.
Any magical food costs cause magic contamination instead; this includes invocations and evocations. Mundane and/or hunger-themed costs like vamp weapons are free, though.
Diffstat (limited to 'crawl-ref/source/spl-other.cc')
-rw-r--r--crawl-ref/source/spl-other.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-other.cc b/crawl-ref/source/spl-other.cc
index b40aa3658e..37759f875c 100644
--- a/crawl-ref/source/spl-other.cc
+++ b/crawl-ref/source/spl-other.cc
@@ -103,6 +103,8 @@ spret_type cast_sublimation_of_blood(int pow, bool fail)
mpr("A conflicting enchantment prevents the spell from "
"coming into effect.");
}
+ else if (you.species == SP_DJINNI)
+ mpr("Draw from your essence to power your essence... yeah right.");
else if (!you.can_bleed(false))
{
mpr("You don't have enough blood to draw power from your "