summaryrefslogtreecommitdiffstats
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
parent9da29b5f573ce40896e26a909fbd0c3b6f982914 (diff)
downloadcrawl-ref-cf58d3286274d6d595e5176051b52950269888a1.tar.gz
crawl-ref-cf58d3286274d6d595e5176051b52950269888a1.zip
Remove some vestiges of lava orcs.
-rw-r--r--crawl-ref/source/dat/descript/monsters.txt6
-rw-r--r--crawl-ref/source/dat/descript/species.txt5
-rwxr-xr-xcrawl-ref/source/util/gen-apt.pl1
3 files changed, 1 insertions, 11 deletions
diff --git a/crawl-ref/source/dat/descript/monsters.txt b/crawl-ref/source/dat/descript/monsters.txt
index 172ff220cd..0ec8590c2d 100644
--- a/crawl-ref/source/dat/descript/monsters.txt
+++ b/crawl-ref/source/dat/descript/monsters.txt
@@ -1620,12 +1620,6 @@ large abomination
A large and hideous conglomeration of mangled body parts, demonically possessed
and altered in ways that challenge your sanity.
%%%%
-lava orc
-
-A tall, muscular humanoid strongly in tune with the elemental forces of fire
-and earth. These distant relatives of cave orcs are possessed of passionate
-hearts, and their inner temperature is closely linked to their emotions.
-%%%%
lava snake
A burning red snake which dwells in pools of lava. It spits gobs of molten rock
diff --git a/crawl-ref/source/dat/descript/species.txt b/crawl-ref/source/dat/descript/species.txt
index 84a2f96729..9a50290b11 100644
--- a/crawl-ref/source/dat/descript/species.txt
+++ b/crawl-ref/source/dat/descript/species.txt
@@ -75,11 +75,6 @@ Kobold
Small, mischievous and a little fragile, but multi-talented. They can and will
eat any meat.
%%%%
-Lava Orc
-
-These masters of earth and fire magic come from deep below the Dungeon. Their
-abilities change with their temperature.
-%%%%
Merfolk
Half fish, half human, Merfolk are citizens of both water and land. They are
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);