#include "AppHdr.h"
#include "mislead.h"
#include "enum.h"
#include "env.h"
#include "hints.h"
#include "message.h"
#include "monster.h"
#include "mon-iter.h"
#include "mon-util.h"
#include "random.h"
#include "view.h"
#include "xom.h"
Functions | |
bool | unsuitable_misled_monster (monster_type mons) |
monster_type | get_misled_monster (monster *mons) |
bool | update_mislead_monster (monster *mons) |
int | update_mislead_monsters (monster *caster) |
void | mons_cast_mislead (monster *mons) |
int | count_mara_fakes () |
int count_mara_fakes | ( | ) |
monster_type get_misled_monster | ( | monster * | mons | ) |
void mons_cast_mislead | ( | monster * | mons | ) |
bool unsuitable_misled_monster | ( | monster_type | mons | ) |
bool update_mislead_monster | ( | monster * | mons | ) |
int update_mislead_monsters | ( | monster * | caster | ) |