summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/chardump.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-27 00:00:16 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-27 00:00:16 +0000
commit142db52cf0a402353b1fa4cb8da1a8035964f63d (patch)
tree67b4f22866981cff235841ee4449c06487d38efc /crawl-ref/source/chardump.cc
parent517f9b7f33af4d09905fae2ab1e295ae066f3859 (diff)
downloadcrawl-ref-142db52cf0a402353b1fa4cb8da1a8035964f63d.tar.gz
crawl-ref-142db52cf0a402353b1fa4cb8da1a8035964f63d.zip
Remove all traces of TRAN_AIR and TRAN_SERPENT_OF_HELL, the latter
together with the corresponding unused ability. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9244 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/chardump.cc')
-rw-r--r--crawl-ref/source/chardump.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/crawl-ref/source/chardump.cc b/crawl-ref/source/chardump.cc
index 0eeacc8e8d..06881f394a 100644
--- a/crawl-ref/source/chardump.cc
+++ b/crawl-ref/source/chardump.cc
@@ -251,12 +251,6 @@ static void _sdump_transform(dump_params &par)
case TRAN_LICH:
text += "You " + verb + " in lich-form.";
break;
- case TRAN_SERPENT_OF_HELL:
- text += "You " + verb + " a huge, demonic serpent!";
- break;
- case TRAN_AIR:
- text += "You " + verb + " a cloud of diffuse gas.";
- break;
}
text += "\n\n";