Apply the new ground_level method.
[crawl.git] / crawl-ref / source / mislead.h
blob3734d299a4be0d2bacd25fc86d56842a9bff0f0c
1 /* File: mislead.h
2 * Summary: Handling of Mara's Mislead spell and stats, plus fakes.
3 */
5 bool unsuitable_misled_monster(monster_type mons);
6 monster_type get_misled_monster (monster* mons);
7 int update_mislead_monsters(monster* caster);
8 bool update_mislead_monster(monster* mons);
9 int count_mara_fakes();