summaryrefslogblamecommitdiffstats
path: root/crawl-ref/source/mislead.h
blob: cc5d2ebed33168088bd0e8ea92f3db2629911933 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                         
                                                                       





                                                    

                       
/*  File:       mislead.h
 *  Summary:    Handling of Mara's Mislead spell and stats, plus fakes.
 */

bool unsuitable_misled_monster(monster_type mons);
monster_type get_misled_monster (monsters *monster);
int update_mislead_monsters(monsters* caster);
bool update_mislead_monster(monsters* monster);
int count_mara_fakes();