summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-06 11:58:11 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-06 11:58:11 +1000
commitccb3985d0c3d56a9ce5c651182039b885d14e208 (patch)
treedaadc6f76d3108f83d5ad6a42bc054c9b6292713
parent5d2792b5385523ecad2bdf8e8de244a183297753 (diff)
downloadcrawl-ref-ccb3985d0c3d56a9ce5c651182039b885d14e208.tar.gz
crawl-ref-ccb3985d0c3d56a9ce5c651182039b885d14e208.zip
Change "hell-hog" to "hell hog".
-rw-r--r--crawl-ref/source/dat/volcano.des4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/dat/volcano.des b/crawl-ref/source/dat/volcano.des
index a7c55c57ab..a178b3516b 100644
--- a/crawl-ref/source/dat/volcano.des
+++ b/crawl-ref/source/dat/volcano.des
@@ -135,7 +135,7 @@ function volcano_setup (e, metal)
end
e.set_random_mon_list([[hog / fire elemental / fire vortex / giant ant /
bumblebee / firedrake / lindwurm / imp / redback /
- manticore / hell hound / hell-hog / ghoul /
+ manticore / hell hound / hell hog / ghoul /
flayed ghost / pulsating lump / toenail golem /
efreet / vampire]])
crawl.mark_milestone("br.enter", "entered a Volcano.")
@@ -385,7 +385,7 @@ function fiery_guardians (e)
-- "Demonic" fire-themed monster pack.
e.mons("imp w:20 / pulsating lump / toenail golem / hell hound w:9 / \
ghoul w:9 / red devil ; trident ego:flaming")
- e.mons("efreet / flaming corpse / flayed ghost / hell-hog / vampire / " .. hellknight)
+ e.mons("efreet / flaming corpse / flayed ghost / hell hog / vampire / " .. hellknight)
return
end