Home
last modified time | relevance | path

Searched refs:allow_immobile (Results 1 – 5 of 5) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Darena.cc227 static bool allow_immobile = true; variable
447 allow_immobile = !strip_tag(spec, "no_immobile"); in parse_monster_spec()
1156 if (!arena::allow_immobile && mons_class_is_stationary(type)) in arena_veto_random_monster()
H A Dactor.h201 virtual bool polymorph(int pow, bool allow_immobile = true) = 0;
H A Dmonster.h364 bool polymorph(int pow, bool allow_immobile = true) override;
H A Dplayer.h709 bool polymorph(int pow, bool allow_immobile = true) override;
H A Dplayer.cc7064 bool player::polymorph(int pow, bool allow_immobile) in polymorph() argument
7078 if (allow_immobile) in polymorph()