From 142db52cf0a402353b1fa4cb8da1a8035964f63d Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Fri, 27 Feb 2009 00:00:16 +0000 Subject: 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 --- crawl-ref/source/output.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'crawl-ref/source/output.cc') diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc index d80d3c4c96..04a17159f5 100644 --- a/crawl-ref/source/output.cc +++ b/crawl-ref/source/output.cc @@ -2482,12 +2482,6 @@ std::string _status_mut_abilities() case TRAN_LICH: text += "\nYou are in lich-form."; break; - case TRAN_SERPENT_OF_HELL: - text += "\nYou are a huge demonic serpent."; - break; - case TRAN_AIR: - text += "\nYou are a cloud of diffuse gas."; - break; } if ((you.species != SP_VAMPIRE || you.attribute[ATTR_TRANSFORMATION] != TRAN_BAT) -- cgit v1.2.3-54-g00ecf