Home
last modified time | relevance | path

Searched refs:mons_class_is_stationary (Results 1 – 22 of 22) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dshowsymb.cc215 else if (mons_class_is_stationary(mi.type)) in _get_mons_colour()
300 || mons_class_is_stationary(cell.monster()))) in get_cell_show_class()
H A Dmap-knowledge.cc68 if (clear_mons && !mons_class_is_stationary(cell.monster())) in clear_map()
H A Dshow.cc107 return cls == SH_MONSTER && !mons_class_is_stationary(mons); in is_cleanable_monster()
H A Dl-moninf.cc624 lua_pushboolean(ls, mons_class_is_stationary(mi->type)); in LUAFN()
H A Dmon-util.h415 bool mons_class_is_stationary(monster_type mc);
H A Dthrow.cc200 || mons_class_is_stationary(mi.type) in get_monster_desc()
H A Dmon-place.cc374 return mons_class_is_stationary(mt) in _is_incompatible_monster()
411 return pick_monster(place, mons_class_is_stationary); in pick_random_monster()
519 && mons_class_is_stationary((monster_type)type) in resolve_monster_type()
H A Dspl-goditem.cc100 if (mons_class_is_stationary(mi.type)) // not able to leave the level in unpacifiable_reason()
H A Dtiledgnbuf.cc98 if (!mons_class_is_stationary(mon.type) || mon.type == MONS_TRAINING_DUMMY) in add_monster()
H A Dmonster.cc3058 && !mons_class_is_stationary(type); in liquefied_ground()
4081 if (mons_class_is_stationary(type)) in no_tele()
5258 return mons_class_is_stationary(type); in is_stationary()
5762 if (mons_class_is_stationary(type)) in can_drink()
H A Dtraps.cc296 if (mons_class_is_stationary(mon->type)) in monster_caught_in_net()
H A Dmon-behv.cc329 else if (mons_class_is_stationary(mon->type)) in handle_behaviour()
H A Dspl-transloc.cc1622 && !mons_class_is_stationary(mi->type) in word_of_chaos()
H A Darena.cc1156 if (!arena::allow_immobile && mons_class_is_stationary(type)) in arena_veto_random_monster()
H A Dmon-util.cc693 bool mons_class_is_stationary(monster_type mc) in mons_class_is_stationary() function
794 return mons_class_is_stationary(mc) in mons_class_is_firewood()
5187 && !mons_class_is_stationary(targ.type) in mons_is_recallable()
H A Dtileview.cc997 if (mons_class_is_stationary(mon.type) in _tile_place_monster()
H A Dspl-cast.cc1600 if (mons_class_is_stationary(mi.type)) in _desc_dispersal_chance()
H A Dmon-death.cc2659 && (mobile ? !mons_class_is_stationary(mi->type) : in dismiss_monsters()
H A Dmon-act.cc1201 if (mons_class_is_stationary(act->type)) in handle_throw()
H A Dtravel.cc335 && mons_class_is_stationary(mons->type) in _monster_blocks_travel()
H A Ddescribe.cc5095 if (!mons_class_is_stationary(mi.type) || mi.type == MONS_TRAINING_DUMMY) in describe_monsters()
H A Dgod-abil.cc1937 && mons_class_is_stationary(mc) in fedhas_passthrough_class()