Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtilemcache.cc249 const item_def* mon_weapon = mon.inv[MSLOT_WEAPON].get(); in mcache_monster() local
250 m_equ_tile = (mon_weapon != nullptr) ? tilep_equ_weapon(*mon_weapon) : 0; in mcache_monster()