summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/dat/descript/monsters.txt6
-rw-r--r--crawl-ref/source/mon-data.h3
2 files changed, 5 insertions, 4 deletions
diff --git a/crawl-ref/source/dat/descript/monsters.txt b/crawl-ref/source/dat/descript/monsters.txt
index 21cd5c0d5d..287cc849c0 100644
--- a/crawl-ref/source/dat/descript/monsters.txt
+++ b/crawl-ref/source/dat/descript/monsters.txt
@@ -106,7 +106,7 @@ A svelte fighter-mage, wearing a gold-rimmed monocle.
%%%%
Geryon
-A huge and slithery arch-demon, guarding the gates of Hell.
+A huge, winged arch-demon, guardian of the gates of Hell.
%%%%
Gloorx Vloq
@@ -116,7 +116,7 @@ greater naga
A hybrid; human from the chest up, with a scaly, muscular torso trailing off like that of a snake.
-It looks strong and agressive.
+It looks strong and aggressive.
%%%%
Green Death
@@ -202,7 +202,7 @@ A huge and glowing purple creature, created by the Orb to defend itself.
%%%%
pandemonium lord
-Powerful demons inhabitting the endless halls of Pandemonium, each is different, with its own set of strengths and weaknesses.
+Powerful demons inhabiting the endless halls of Pandemonium, each is different, with its own set of strengths and weaknesses.
%%%%
Pit Fiend
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index 087d87df67..e176e6a8e8 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -3076,7 +3076,8 @@
{
MONS_GERYON, '&', GREEN, "Geryon",
- M_FIGHTER | M_SPELLCASTER | M_SEE_INVIS | M_SPEAKS | M_EVIL | M_UNIQUE,
+ M_FIGHTER | M_SPELLCASTER | M_SEE_INVIS | M_SPEAKS | M_EVIL | M_FLIES
+ | M_UNIQUE,
MR_NO_FLAGS,
0, 25, MONS_GERYON, MONS_GERYON, MH_DEMONIC, -6,
{ {AT_HIT, AF_PLAIN, 35}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },