Home
last modified time | relevance | path

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

/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dobj.h301 #define Is_mummychest(o) ((o)->otyp == CHEST && (o)->spe == 3) macro
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dtrap.c5189 || Is_mummychest(otmp))) { in untrap()
5461 if (Is_mummychest(obj) && mkclass(S_MUMMY, 0)) { in chest_trap()