Home
last modified time | relevance | path

Searched refs:needs_tracer (Results 1 – 7 of 7) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dspl-data.h144 | spflag::needs_tracer,
1340 | spflag::needs_tracer,
1420 | spflag::needs_tracer,
1510 | spflag::needs_tracer,
1544 | spflag::needs_tracer,
1555 | spflag::needs_tracer,
1579 | spflag::needs_tracer,
1591 | spflag::needs_tracer,
1615 | spflag::needs_tracer,
1627 | spflag::needs_tracer,
[all …]
H A Dmon-project.h13 bool fail = false, bool needs_tracer = true);
H A Dspl-cast.h46 needs_tracer = 0x00080000, // monster casting needs tracer enumerator
H A Dmon-project.cc34 int foe, bool fail, bool needs_tracer) in cast_iood() argument
37 if (beam && is_player && needs_tracer in cast_iood()
H A Dbeam.h342 bool needs_tracer = false, const char* msg = nullptr,
H A Dbeam.cc243 bool needs_tracer, const char* msg, bool fail) in zapping() argument
253 if (needs_tracer && !player_tracer(ztype, power, pbolt)) in zapping()
H A Dmon-cast.cc3688 if (get_spell_flags(spell) & spflag::needs_tracer) in _should_cast_spell()