summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.h
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-03 00:43:20 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-03 00:43:43 -0800
commitd955c2c1d4c5aef619c769d6e6497adc7359a57d (patch)
tree0636e8c24902f156df557d7fda22f601a02074cf /crawl-ref/source/monstuff.h
parent66dae41a9b809f09ec17aef50dabb9e84dfee64f (diff)
downloadcrawl-ref-d955c2c1d4c5aef619c769d6e6497adc7359a57d.tar.gz
crawl-ref-d955c2c1d4c5aef619c769d6e6497adc7359a57d.zip
Remove mstuff2.h and mstuff2 references
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,