summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monstuff.h')
-rw-r--r--crawl-ref/source/monstuff.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/crawl-ref/source/monstuff.h b/crawl-ref/source/monstuff.h
index 40c6528587..1ef938ef93 100644
--- a/crawl-ref/source/monstuff.h
+++ b/crawl-ref/source/monstuff.h
@@ -81,9 +81,9 @@ bool monster_polymorph(monsters *monster, monster_type targetc,
bool force_beh = false);
// last updated: 08jun2000 {dlb}
-/* ***********************************************************************
- * called from: bang - beam - effects - fight - misc - monstuff - mstuff2 -
- * spells1 - spells2 - spells3 - spells4
+/* **************************************************************************
+ * called from: bang - beam - effects - fight - misc - mon-abil - mon-act -
+ * monstuff - spells1 - spells2 - spells3 - spells4
* *********************************************************************** */
int monster_die(monsters *monster, killer_type killer,
int killer_index, bool silent = false, bool wizard = false);
@@ -123,7 +123,8 @@ void monster_drop_ething(monsters *monster, bool mark_item_origins = false,
bool monster_blink(monsters *monster, bool quiet = false);
/* ***********************************************************************
- * called from: beam - effects - fight - monstuff - mstuff2 - spells1 -
+ * called from: beam - effects - fight - mgrow - mon-abil - mon-act -
+ * mon-behv - mon-cast - monster - monstuff -spells1 -
* spells2 - spells4
* *********************************************************************** */
bool simple_monster_message(const monsters *monster, const char *event,