Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dspl-transloc.cc104 if (!mons->alive() || mons->no_tele()) in disjunction_spell()
127 if (you.no_tele(true, true, true) && !override_stasis) in uncontrolled_blink()
711 if (you.no_tele(false, false, true)) in cast_blink()
726 if (you.no_tele(true, true)) in you_teleport()
812 && (crawl_state.game_is_sprint() || you.no_tele()) in _teleport_player()
918 else if (you.no_tele()) in _teleport_player()
1341 if (mon.no_tele()) in _disperse_monster()
1648 if (mons->no_tele()) in word_of_chaos()
H A Dfineff.cc260 if (!defend || !defend->alive() || defend->no_tele(true, false)) in fire()
265 if (pal && (!pal->alive() || pal->no_tele(true, false))) in fire()
273 if (!pal || !pal->alive() || pal->no_tele(true, false)) in fire()
296 if (defend && defend->alive() && !defend->no_tele(true, false)) in fire()
H A Dranged-attack.cc441 if (defender->no_tele(true, false, true)) in random_chaos_missile_brand()
638 if (defender->no_tele(true, true)) in apply_missile_brand()
H A Dtraps.cc174 && you.no_tele(false)) in is_safe()
573 return !mons.no_tele() && monster_blink(&mons); in trigger()
595 if (!triggerer.no_tele(true, you_trigger)) in trigger()
H A Dteleport.cc35 if (no_tele(true, true, true)) in blink_to()
H A Dactor.h311 virtual bool no_tele(bool calc_unid = true, bool permit_id = true,
H A Dmonster.h399 bool no_tele(bool calc_unid = true, bool permit_id = true,
H A Dplayer.h776 bool no_tele(bool calc_unid = true, bool /*permit_id*/ = true,
H A Dspl-util.cc1275 if (temp && you.no_tele(false, false, true)) in spell_uselessness_reason()
H A Dattack.cc531 if (!defender->no_tele(true, false)) in distortion_affects_defender()
H A Dmon-act.cc989 if (!mons.has_ench(ENCH_TP) && !mons.no_tele(true, false) && mons.pacified()) in _handle_scroll()
998 if (mons.pacified() && mons.can_see(you) && !mons.no_tele(true, false)) in _handle_scroll()
H A Dxom.cc477 return !you.no_tele(false, false); in _teleportation_check()
2648 && !mon.no_tele() in _mon_valid_blink_victim()
H A Dbeam.cc5336 if (mon->no_tele()) in apply_enchantment_to_monster()
5344 if (mon->no_tele()) in apply_enchantment_to_monster()
5352 if (mon->no_tele()) in apply_enchantment_to_monster()
H A Dmon-ench.cc1688 if (decay_enchantment(en, true) && !no_tele(true, false)) in apply_enchantment()
H A Dmonster.cc4077 bool monster::no_tele(bool calc_unid, bool /*permit_id*/, bool /*blinking*/) const in no_tele() function in monster
6208 if (no_tele()) in steal_item_from_player()
H A Dmon-cast.cc219 return (caster.no_tele(true, false) || caster.has_ench(ENCH_TP)) in __anon2840f9480202()
1852 && !target->no_tele(true, false, true); in _valid_blink_ally()
7410 if (mon->no_tele(true, false)) in _monster_spell_goodness()
H A Doutput.cc2503 if (you.no_tele(calc_unid)) in _get_overview_resistances()
H A Dplayer.cc6377 bool player::no_tele(bool calc_unid, bool /*permit_id*/, bool blinking) const in no_tele() function in player
8149 return no_tele(); in immune_to_hex()
H A Dgod-abil.cc1970 if (mon.alive() && !mon.no_tele(true, false)) in _lugonu_warp_monster()
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dnserver.c5467 bool no_tele = FALSE; local
5469 if ((zcave = getcave(&p_ptr->wpos))) no_tele = (zcave[p_ptr->py][p_ptr->px].info & CAVE_STCK) != 0;
5573 if (is_newer_than(&p_ptr->version, 4, 4, 1, 6, 0, 0) && no_tele) {
5581 if (no_tele) Send_cut(Ind2, 0); /* hack: clear the field shared between cut and depth */
5584 if (no_tele) Send_cut(Ind2, 0); /* hack: clear the field shared between cut and depth */
5609 bool no_tele = FALSE; local
5610 if ((zcave = getcave(&p_ptr->wpos))) no_tele = (zcave[p_ptr->py][p_ptr->px].info & CAVE_STCK) != 0;
5641 if (no_tele) {
5669 if (no_tele) {
H A Dslash.c1436 bool no_tele = FALSE; local
1438 no_tele = (zcave[p_ptr->py][p_ptr->px].info & CAVE_STCK) != 0;
1440 if (!show_floor_feeling(Ind, FALSE) && !no_tele)
1443 if (no_tele)