summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/dat/descript/monsters.txt2
-rw-r--r--crawl-ref/source/mon-data.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/dat/descript/monsters.txt b/crawl-ref/source/dat/descript/monsters.txt
index 5f40ce17a2..9736454c10 100644
--- a/crawl-ref/source/dat/descript/monsters.txt
+++ b/crawl-ref/source/dat/descript/monsters.txt
@@ -1349,7 +1349,7 @@ It looks brittle.
%%%%
sixfirhy
-A small vile creature that moves in bursts, stopping then darting with lightning speed. The small trident it pokes people with seems to throw sparks all around.
+A small vile creature that moves in bursts, stopping then darting with lightning speed. It seems to throw sparks all around.
%%%%
skeletal dragon
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index 89c49c3799..3eb32c7b22 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -3689,7 +3689,7 @@ static monsterentry mondata[] = {
{
MONS_SIXFIRHY, '4', LIGHTBLUE, "sixfirhy",
M_NO_FLAGS,
- MR_NO_FLAGS, // can't have RES_ELEC since most sources of damage do nothing
+ MR_NO_FLAGS, // Can't have RES_ELEC since most sources of damage do nothing
// in that case. We want to "suffer" the damage to get healed.
0, 6, MONS_SIXFIRHY, MONS_SIXFIRHY, MH_DEMONIC, -6,
{ {AT_HIT, AF_ELEC, 12}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },