Home
last modified time | relevance | path

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

/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dexplode.c267 if(!is_vegetation(mtmp->data)) /* vegetation is immune */
299 if (is_vegetation(mtmp->data))
H A Dmhitu.c572 is_vegetation(mdat))) || mtmp == u.ustuck)
1259 if (!u.ustuck && (!rn2(10) || is_vegetation(mdat))) {
1264 is_vegetation(mdat) ? "winds" : "swings");
H A Dmon.c490 is_vegetation(mtmp->data) ? "sinks" : "drowns");
1341 if(is_fern_spore(ma) && !is_fern_spore(md) && !is_vegetation(md))
1344 if(is_fern_spore(md) && !is_fern_spore(ma) && !is_vegetation(ma))
H A Dmhitm.c486 } else if (is_vegetation(magr->data)) {
H A Dmonmove.c249 && !mtmp->mfrozen && !is_vegetation(mtmp->data)) {
/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Dmondata.h266 #define is_vegetation(ptr) (is_fern(ptr) || \ macro