summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-05-26 18:55:47 -0400
committerNeil Moore <neil@s-z.org>2014-05-26 19:04:51 -0400
commitcf58d3286274d6d595e5176051b52950269888a1 (patch)
tree67fc271fa4aff6051b8e967840fcdcaa5036a0b6 /crawl-ref/source/util
parent9da29b5f573ce40896e26a909fbd0c3b6f982914 (diff)
downloadcrawl-ref-cf58d3286274d6d595e5176051b52950269888a1.tar.gz
crawl-ref-cf58d3286274d6d595e5176051b52950269888a1.zip
Remove some vestiges of lava orcs.
Diffstat (limited to 'crawl-ref/source/util')
-rwxr-xr-xcrawl-ref/source/util/gen-apt.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/util/gen-apt.pl b/crawl-ref/source/util/gen-apt.pl
index 5458954c96..5a42ad1264 100755
--- a/crawl-ref/source/util/gen-apt.pl
+++ b/crawl-ref/source/util/gen-apt.pl
@@ -125,6 +125,7 @@ sub aptitude_table
{
next if $sp eq 'Sludge Elf';
next if $sp eq 'Djinni';
+ next if $sp eq 'Lava Orc';
my $line = '';
$line .= fix_draco_species($sp, \$seen_draconian_length);