From 24e5f5a3cf3ddeabeb0c6a0ad75174afa2c13f78 Mon Sep 17 00:00:00 2001 From: haranp Date: Tue, 26 Sep 2006 12:18:20 +0000 Subject: Added a description for death drakes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@138 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/describe.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc index 157fd8e490..89a39b0ef4 100644 --- a/crawl-ref/source/describe.cc +++ b/crawl-ref/source/describe.cc @@ -4886,6 +4886,10 @@ void describe_monsters(int class_described, unsigned char which_mons) description += "It smells horrible."; break; + case MONS_DEATH_DRAKE: + description += "A small dragon, radiating evil."; + break; + case MONS_FIREDRAKE: description += "A small dragon, puffing clouds of smoke."; break; -- cgit v1.2.3-54-g00ecf