Home
last modified time | relevance | path

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

/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dwizard.c121 || any_quest_artifact(otmp) in mon_has_special()
174 } else if (any_quest_artifact(otmp)) in mon_has_arti()
203 } else if (any_quest_artifact(otmp)) in on_ground()
H A Dsteal.c593 if (any_quest_artifact(obj)) in stealamulet()
598 if (any_quest_artifact(otmp) && !--n) in stealamulet()
H A Dlock.c301 if (any_quest_artifact(o) && !is_quest_artifact(o)) { in autokey()
H A Dartifact.c1778 if (!any_quest_artifact(obj) || is_quest_artifact(obj)) { in arti_invoke()
H A Dread.c2681 boolean center_on_u = any_quest_artifact(sobj) && !is_quest_artifact(sobj); in do_stinking_cloud()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dwizard.c122 || any_quest_artifact(otmp)
178 } else if (any_quest_artifact(otmp))
210 } else if (any_quest_artifact(otmp))
H A Dsteal.c542 if (any_quest_artifact(obj))
547 if (any_quest_artifact(otmp) && !--n)
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dwizard.c122 || any_quest_artifact(otmp)
178 } else if (any_quest_artifact(otmp))
210 } else if (any_quest_artifact(otmp))
H A Dsteal.c542 if (any_quest_artifact(obj))
547 if (any_quest_artifact(otmp) && !--n)
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dobj.h207 #define any_quest_artifact(o) ((o)->oartifact >= ART_ORB_OF_DETECTION) macro
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dobj.h207 #define any_quest_artifact(o) ((o)->oartifact >= ART_ORB_OF_DETECTION) macro
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dobj.h229 #define any_quest_artifact(o) ((o)->oartifact >= ART_ITLACHIAYAQUE) macro