summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-06-10 04:22:58 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-06-10 21:26:27 +0200
commitc8c84faf5d169f05afbebdd31976894c98bb5dbe (patch)
treef084a34db83980ac97dba0011e7a6d40fb1194f5 /crawl-ref/source/ghost.h
parentb263bc3d7250c0c2f1b05cf9d9caa409d9078a3f (diff)
downloadcrawl-ref-c8c84faf5d169f05afbebdd31976894c98bb5dbe.tar.gz
crawl-ref-c8c84faf5d169f05afbebdd31976894c98bb5dbe.zip
Eradicate laboratory rats.
Unlike st_'s purge which removed harmless renames because they had no C++-side code, these are bad precisely because they have C++ side code, and lots of it -- with a custom structure that's worse than if each of 10 labrat flavours had a separate mon-data entry, and none have a special ability to show for it. A rename costs a description and perhaps a tile, there's no maintenance burden.
Diffstat (limited to 'crawl-ref/source/ghost.h')
-rw-r--r--crawl-ref/source/ghost.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/crawl-ref/source/ghost.h b/crawl-ref/source/ghost.h
index 06e581d076..37d842432f 100644
--- a/crawl-ref/source/ghost.h
+++ b/crawl-ref/source/ghost.h
@@ -10,12 +10,6 @@
#include "itemprop-enum.h"
#include "mon-enum.h"
-#ifdef USE_TILE
-int tile_offset_for_labrat_colour(colour_t l_colour);
-#endif
-string adjective_for_labrat_colour(colour_t l_colour);
-colour_t colour_for_labrat_adjective(string adjective);
-
class ghost_demon
{
public:
@@ -50,7 +44,6 @@ public:
void init_ugly_thing(bool very_ugly, bool only_mutate = false,
colour_t force_colour = BLACK);
void init_dancing_weapon(const item_def& weapon, int power);
- void init_labrat (colour_t force_colour = BLACK);
void ugly_thing_to_very_ugly_thing();
public: