Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/monster/
H A Dmonster-main.cc530 const monsterentry* me = mon.find_monsterentry(); in monster_symbol()
837 shapeshifter ? get_monster_data(spec_type) : mon.find_monsterentry(); in main()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dl-mons.cc220 if (const monsterentry *me = mons->find_monsterentry()) in MDEF()
H A Dmonster.h143 const monsterentry *find_monsterentry() const;
H A Dmonster.cc1074 if (const monsterentry* entry = find_monsterentry()) in lose_pickup_energy()
2153 if (const monsterentry *entry = find_monsterentry()) in swap_weapons()
5671 const monsterentry *monster::find_monsterentry() const in find_monsterentry() function in monster
5679 if (!find_monsterentry()) in action_energy()
H A Dmon-util.cc3210 const monsterentry *me = mon.find_monsterentry(); in _get_proper_monster_name()