#include "AppHdr.h"
#include "mon-speak.h"
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <algorithm>
#include "externs.h"
#include "beam.h"
#include "branch.h"
#include "cluautil.h"
#include "database.h"
#include "debug.h"
#include "dlua.h"
#include "ghost.h"
#include "libutil.h"
#include "message.h"
#include "mon-util.h"
#include "player.h"
#include "religion.h"
#include "skills2.h"
#include "state.h"
#include "stuff.h"
#include "areas.h"
#include "view.h"
Defines | |
#define | MON_SPEAK_CHANCE 21 |
Functions | |
void | maybe_mons_speaks (monster *mons) |
bool | mons_speaks (monster *mons) |
bool | mons_speaks_msg (monster *mons, const std::string &msg, const msg_channel_type def_chan, const bool silence) |
#define MON_SPEAK_CHANCE 21 |
void maybe_mons_speaks | ( | monster * | mons | ) |
bool mons_speaks | ( | monster * | mons | ) |
bool mons_speaks_msg | ( | monster * | mons, | |
const std::string & | msg, | |||
const msg_channel_type | def_chan, | |||
const bool | silence | |||
) |