Home
last modified time | relevance | path

Searched refs:trap_def (Results 1 – 21 of 21) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtraps.cc55 bool trap_def::active() const in active()
60 bool trap_def::type_has_ammo() const in type_has_ammo()
76 void trap_def::destroy(bool known) in destroy()
90 void trap_def::prepare_ammo(int charges) in prepare_ammo()
121 void trap_def::reveal() in reveal()
146 bool trap_def::is_bad_for_player() const in is_bad_for_player()
154 bool trap_def::is_safe(actor* act) const in is_safe()
410 trap_def *trap = trap_at(*ri); in find_golubria_on_level()
893 int trap_def::to_hit_bonus() in to_hit_bonus()
1259 bool trap_def::is_mechanical() const in is_mechanical()
[all …]
H A Dtraps.h21 struct trap_def;
38 trap_def* trap_at(const coord_def& where);
H A Dtrap-def.h5 struct trap_def struct
H A Denv.h67 map<coord_def, trap_def> trap; // trap list
H A Dl-view.cc90 trap_def trap; in LUAFN()
H A Dstairs.cc154 trap_def* trap = trap_at(p); in _maybe_destroy_shaft()
240 trap_def *trap = trap_at(c); in _clear_golubria_traps()
H A Dmon-pathfind.cc469 const trap_def* ptrap = trap_at(npos); in mons_travel_cost()
H A Dterrain.cc1435 trap_def* trap1 = trap_at(pos1); in swap_features()
1436 trap_def* trap2 = trap_at(pos2); in swap_features()
1510 trap_def tmp = env.trap[pos1]; in swap_features()
H A Dspl-transloc.cc1322 trap_def *trap = trap_at(randomized_where); in cast_golubrias_passage()
1323 trap_def *trap2 = trap_at(randomized_here); in cast_golubrias_passage()
H A Dactor.cc108 trap_def* trap = trap_at(pos()); in handle_trap()
H A Dspl-goditem.cc846 if (trap_def *ptrap = trap_at(*ai)) in _do_imprison()
H A Dmonster.cc4647 const trap_def *ptrap = trap_at(where); in is_trap_safe()
4650 const trap_def& trap = *ptrap; in is_trap_safe()
5481 trap_def* ptrap = trap_at(pos()); in apply_location_effects()
H A Dtransform.cc1862 trap_def *trap = trap_at(you.pos()); in transform()
H A Dmain.cc2408 trap_def *trap = trap_at(c); in _update_golubria_traps()
H A Ddungeon.cc865 const trap_def * const trap = trap_at(c); in dgn_square_travel_ok()
3489 trap_def ts; in _place_traps()
6224 trap_def t; in _place_specific_trap()
H A Dgod-abil.cc2581 trap_def* trap = trap_at(site); in dithmenos_shadow_step()
4811 trap_def *trap = trap_at(you.pos()); in ru_draw_out_power()
H A Dplayer.cc185 trap_def* trap = trap_at(p); in check_moveto_trap()
524 trap_def* ptrap = trap_at(you.pos()); in moveto_location_effects()
H A Dmon-act.cc2051 trap_def *trap = trap_at(pos()); in struggle_against_net()
H A Dtags.cc5562 const trap_def& trap = entry.second; in _tag_construct_level_items()
6413 trap_def trap; in _tag_read_level_items()
H A Dtravel.cc521 trap_def trap; in _is_travelsafe_square()
H A Dmon-cast.cc6041 if (trap_def *ptrap = trap_at(*ai)) in mons_cast()