summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-20 13:34:06 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-20 13:34:06 +0000
commit40c5f6d3c67bf321e2f65cf4b3d92df1c0153b0c (patch)
tree1a1457d28daa3ad42a760beef1491affd000ac52 /crawl-ref/source/mon-data.h
parentdb5e9bc8f14f1a1065c1dd21f1fd589412e20c7a (diff)
downloadcrawl-ref-40c5f6d3c67bf321e2f65cf4b3d92df1c0153b0c.tar.gz
crawl-ref-40c5f6d3c67bf321e2f65cf4b3d92df1c0153b0c.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10738 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-data.h')
-rw-r--r--crawl-ref/source/mon-data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index b79d170552..4dd9ac545c 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -2993,9 +2993,9 @@ static monsterentry mondata[] = {
HT_WATER, 10, DEFAULT_ENERGY, MONUSE_NOTHING, MONEAT_NOTHING, SIZE_LITTLE
},
+// A shark goes into a battle frenzy when it smells blood.
{
MONS_SHARK, ';', WHITE, "shark",
- // Goes into a battle frenzy when it smells blood.
M_COLD_BLOOD | M_BLOOD_SCENT,
MR_NO_FLAGS,
0, 12, MONS_SHARK, MONS_SHARK, MH_NATURAL, -3,
@@ -3005,7 +3005,7 @@ static monsterentry mondata[] = {
HT_WATER, 10, DEFAULT_ENERGY, MONUSE_NOTHING, MONEAT_NOTHING, SIZE_LARGE
},
- // A kraken and its tentacles get a random colour at creation.
+// A kraken and its tentacles get a random colour at creation.
{
MONS_KRAKEN, 'X', DARKGREY, "kraken",
M_COLD_BLOOD | M_SPELLCASTER,