Home
last modified time | relevance | path

Searched refs:mons_is_firewood (Results 1 – 25 of 30) sorted by relevance

12

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dspl-monench.cc33 else if (!mons_is_firewood(*mons)) in englaciate()
H A Dgod-passive.cc906 if (mon != nullptr && mons_is_firewood(*mon)) in qazlal_storm_clouds()
1047 && !mons_is_firewood(*mon) in does_ru_wanna_redirect()
1372 || mons_is_firewood(*mons) in _can_attack_martial()
1615 if (mons_is_firewood(*mons)) in _check_for_uskayaw_targets()
H A Dattack.cc598 return !mons_is_firewood(*mon) && !mons_invuln_will(*mon); in _is_chaos_polyable()
607 return !mons_is_firewood(*mon) && !mon->is_stationary(); in _is_chaos_slowable()
692 || !mons_is_firewood(*defender.as_monster()); in __anon6c15597e0702()
1417 if (mon && !mons_is_firewood(*mon)) in apply_damage_brand()
H A Dnearby-danger.cc137 if (mons_is_firewood(*mon) && mon->type != MONS_BALLISTOMYCETE) in mons_is_safe()
H A Dmon-act.cc1267 || mons_is_firewood(*new_target) in handle_throw()
1765 && !mons_is_firewood(*mons) in handle_monster_move()
1907 || mons_is_firewood(*candidate) in handle_monster_move()
1970 else if ((!mons_is_firewood(*targ) in handle_monster_move()
2962 if (mons_is_firewood(*targmonster) && mons->target != targ) in mon_can_move_to_pos()
3017 return mons_is_firewood(*targ) in _may_cutdown()
H A Dmon-abil.cc897 if (mons_aligned(mons, *targ) || mons_is_firewood(**targ) in mon_special_ability()
929 if (mons_aligned(mons, *targ) || mons_is_firewood(**targ) in mon_special_ability()
H A Dmon-tentacle.cc359 else if (mons_at && mons_is_firewood(*mons_at) in operator ()()
659 if (!mons_is_firewood(*test) in _collect_foe_positions()
H A Devoke.cc729 return !mons_is_firewood(m) in _valid_tremorstone_target()
971 if (mons_is_firewood(**mi)) in _xoms_chessboard()
H A Dmelee-attack.cc823 if (defender->is_monster() && mons_is_firewood(*defender->as_monster())) in check_autoberserk()
1309 && !mons_is_firewood(*defender->as_monster())) in player_aux_apply()
1702 && !mons_is_firewood(*defender->as_monster())) in player_exercise_combat_skills()
2764 && !mons_is_firewood(*defender->as_monster())))) in mons_apply_attack_flavour()
H A Dplayer-act.cc691 if (ranged || mons_is_firewood(*(monster*) other)) in attacking()
H A Dmon-info.cc619 if (!mons_is_firewood(*m) && m->asleep()) in monster_info()
808 if (mons_is_firewood(*m)) in monster_info()
H A Dmon-util.h418 bool mons_is_firewood(const monster& mon);
H A Dmon-project.cc169 if (mons_aligned(m, &you) || mons_is_firewood(*m)) in _burst_iood_target()
H A Dtarget.cc102 if (mons_aligned(mons, &you) || mons_is_firewood(*mons)) in bad_charge_target()
1352 || mons_is_firewood(*victim->as_monster()) in get_additional_sites()
H A Dmovement.cc620 || mons_is_firewood(*mon))) in _rampage_forward()
H A Dfight.cc460 if (def && mons_is_firewood(*def)) in find_stab_type()
H A Dmon-cast.cc980 if (mons_is_firewood(targ)) in _monster_will_buff()
1065 && !mons_is_firewood(**targ) in _set_hex_target()
2058 if (mons_is_firewood(*mons)) in _mons_call_of_chaos()
2762 && !mons_is_firewood(**mi)) in _should_recall()
3974 || mons_is_firewood(*new_target) in handle_mon_spell()
4490 || mons_is_firewood(**mi) in _mons_cause_fear()
4560 || mons_is_firewood(**mi) in _mons_mass_confuse()
H A Dspl-damage.cc68 return !mons_is_firewood(m) in _act_worth_targeting()
2175 && !mons_is_firewood(*ai->as_monster()) in get_ignition_blast_sources()
3314 return mon && !mons_is_firewood(*mon) in cast_hailstorm()
H A Dmon-behv.cc910 && !mons_is_firewood(*foe) in _mons_check_foe()
H A Dspl-transloc.cc1086 if (mons_is_firewood(**mi) || mons_is_projectile(**mi)) in cast_manifold_assault()
H A Dbeam.cc1202 && mons_is_firewood(*monster_at(pos()))) in do_fire()
1730 else if (mons_is_firewood(*mons)) in _monster_resists_mass_enchantment()
4482 if (YOU_KILL(thrower) && !mon->wont_attack() && !mons_is_firewood(*mon)) in monster_post_hit()
H A Dhints.cc832 if (mons_is_firewood(mon)) in hints_monster_seen()
H A Dmon-util.cc817 bool mons_is_firewood(const monster& mon) in mons_is_firewood() function
3533 return mons_is_firewood(mons) in mons_is_immotile()
H A Dmutation.cc3041 if (mons_is_firewood(*mon)) in check_monster_detect()
H A Dspl-summoning.cc2267 && (ai->is_player() || !mons_is_firewood(*ai->as_monster()))) in aim_battlesphere()

12