From 5d2792b5385523ecad2bdf8e8de244a183297753 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 5 Nov 2009 19:48:11 -0600 Subject: Un-hyphenate "hell-hog", for consistency with other hell beings. --- crawl-ref/source/dat/descript/monsters.txt | 4 ++-- crawl-ref/source/mon-data.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref') diff --git a/crawl-ref/source/dat/descript/monsters.txt b/crawl-ref/source/dat/descript/monsters.txt index bd73bbefba..ecbe93800c 100644 --- a/crawl-ref/source/dat/descript/monsters.txt +++ b/crawl-ref/source/dat/descript/monsters.txt @@ -825,9 +825,9 @@ hell knight A heavily armoured warrior, in league with the powers of Hell, usually accompanied by other unsavoury beings of his ilk. %%%% -hell-hog +hell hog -A large, fat and very ugly pig, suckled in the pits of Hell. Roast suckling pig technology will never be the same. +A large, fat and very ugly pig, suckled in the pits of Hell. Roast suckling pig technology will never be the same. %%%% hellion diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h index 3506d71892..2d0409b1ba 100644 --- a/crawl-ref/source/mon-data.h +++ b/crawl-ref/source/mon-data.h @@ -818,7 +818,7 @@ static monsterentry mondata[] = { }, { - MONS_HELL_HOG, 'h', LIGHTRED, "hell-hog", + MONS_HELL_HOG, 'h', LIGHTRED, "hell hog", M_SPELLCASTER, MR_NO_FLAGS, 0, 10, MONS_HOG, MONS_HELL_HOG, MH_DEMONIC, -3, -- cgit v1.2.3-54-g00ecf