#include "AppHdr.h"
#include "externs.h"
#include "spl-goditem.h"
#include "artefact.h"
#include "attitude-change.h"
#include "cloud.h"
#include "coord.h"
#include "coordit.h"
#include "describe.h"
#include "env.h"
#include "godconduct.h"
#include "invent.h"
#include "itemprop.h"
#include "items.h"
#include "map_knowledge.h"
#include "mapmark.h"
#include "message.h"
#include "misc.h"
#include "mon-behv.h"
#include "mon-stuff.h"
#include "mon-util.h"
#include "options.h"
#include "random.h"
#include "religion.h"
#include "spl-util.h"
#include "stuff.h"
#include "terrain.h"
#include "transform.h"
#include "traps.h"
#include "view.h"
Functions | |
void | identify (int power, int item_slot) |
int | cast_healing (int pow, bool divine_ability, const coord_def &where, bool not_self, targ_mode_type mode) |
bool | cast_revivification (int pow) |
void | antimagic () |
void | cast_detect_secret_doors (int pow) |
int | detect_traps (int pow) |
int | detect_items (int pow) |
int | detect_creatures (int pow, bool telepathic) |
bool | remove_curse () |
bool | detect_curse (int scroll, bool suppress_msg) |
bool | entomb (int pow) |
bool | cast_imprison (int pow, monster *mons, int source) |
bool | cast_smiting (int pow, const coord_def &where) |
void | stonemail (int pow) |
void antimagic | ( | ) |
void cast_detect_secret_doors | ( | int | pow | ) |
int cast_healing | ( | int | pow, | |
bool | divine_ability, | |||
const coord_def & | where, | |||
bool | not_self, | |||
targ_mode_type | mode | |||
) |
bool cast_imprison | ( | int | pow, | |
monster * | mons, | |||
int | source | |||
) |
bool cast_revivification | ( | int | pow | ) |
bool cast_smiting | ( | int | pow, | |
const coord_def & | where | |||
) |
int detect_creatures | ( | int | pow, | |
bool | telepathic | |||
) |
bool detect_curse | ( | int | scroll, | |
bool | suppress_msg | |||
) |
int detect_items | ( | int | pow | ) |
int detect_traps | ( | int | pow | ) |
bool entomb | ( | int | pow | ) |
void identify | ( | int | power, | |
int | item_slot | |||
) |
bool remove_curse | ( | ) |
void stonemail | ( | int | pow | ) |