Home
last modified time | relevance | path

Searched refs:define_monster (Results 1 – 18 of 18) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-grow.cc81 define_monster(dummy); // assumes after is not a zombie in upgrade_type()
H A Ddactions.cc382 define_monster(orig); in _daction_hog_to_human()
H A Dmon-place.cc1005 define_monster(*mon); in _place_monster_aux()
1674 define_monster(*mon); in define_zombie()
2843 define_monster(dummy); in can_spawn_mushrooms()
2857 define_monster(dummy); in god_hates_monster()
H A Dmon-poly.cc332 define_monster(*mons); in change_monster_type()
H A Dmon-util.h350 void define_monster(monster& mons);
H A Douch.cc735 define_monster(dummy); // assumes player_mons is not a zombie in _place_player_corpse()
H A Dmonster.cc6017 define_monster(*this); in react_to_damage()
6085 define_monster(*this); in react_to_damage()
H A Dspl-cast.cc1614 define_monster(dummy); in _mon_threat_string()
H A Dspl-summoning.cc1089 define_monster(*mons); in cast_shadow_creatures()
H A Dmon-death.cc2541 define_monster(mon); // assumes mc is not a zombie in mounted_kill()
H A Dmon-util.cc2803 void define_monster(monster& mons) in define_monster() function
H A Dgod-abil.cc1847 define_monster(dummy); in kiku_receive_corpses()
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dmon-util.h380 void define_monster(int mid);
H A Dmonplace.cc439 define_monster(id); in place_monster_aux()
H A Dmon-util.cc873 void define_monster(int k) in define_monster() function
H A Dmonstuff.cc929 define_monster( monster_index(monster) ); in monster_polymorph()
H A Ddungeon.cc8271 define_monster(mid); in define_zombie()
/dports/games/dungeoncrawl/dc400b26-src/docs/
H A Dchanges.4001005 > define_monster(), which sets m->number to 0..15. See #85.