summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-03 10:13:14 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-03 10:13:14 -0600
commit25d67b3e769164a2a2821c103d4df9204f1f51de (patch)
tree9e04864c41bdf197f3cf5f83a3b9f58f7763e851
parent9b79bc256fc58c0674837d06ae4a93c66f1fe457 (diff)
downloadcrawl-ref-25d67b3e769164a2a2821c103d4df9204f1f51de.tar.gz
crawl-ref-25d67b3e769164a2a2821c103d4df9204f1f51de.zip
Note Khufu's use of monster::number in the relevant monplace.h comment.
-rw-r--r--crawl-ref/source/monplace.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h
index 0e402b1706..6cddbc695d 100644
--- a/crawl-ref/source/monplace.h
+++ b/crawl-ref/source/monplace.h
@@ -152,9 +152,12 @@ struct mgen_data
// monsters, to indicate whose priest they are.
god_type god;
- // The number of hydra heads, manticore attack volleys, or merged
- // slime creatures. Note: in older versions this field was used for
- // both this and for base_type.
+ // The number of hydra heads, the number of manticore attack volleys,
+ // the number of merged slime creatures, or the indicator for when
+ // Khufu is entombed.
+ //
+ // Note: in older versions this field was used for both this and for
+ // base_type.
int number;
// The colour of the monster.