summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.