Home
last modified time | relevance | path

Searched defs:is_shapeshifter (Results 1 – 4 of 4) sorted by relevance

/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dmondata.h101 #define is_shapeshifter(ptr) (((ptr)->mflags2 & M2_SHAPESHIFTER) != 0L) macro
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dmondata.h101 #define is_shapeshifter(ptr) (((ptr)->mflags2 & M2_SHAPESHIFTER) != 0L) macro
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dmondata.h118 #define is_shapeshifter(ptr) (((ptr)->mflags2 & M2_SHAPESHIFTER) != 0L) macro
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.cc4968 bool monster::is_shapeshifter() const in is_shapeshifter() function in monster