Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ is_quest_artifact
Function
is_quest_artifact
src/questpgr.c:66–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
boolean
67
is_quest_artifact(struct obj *otmp)
68
{
69
return (boolean) (otmp->oartifact == gu.urole.questarti);
70
}
71
72
staticfn struct obj *
73
find_qarti(struct obj *ochain)
Callers
14
finish_quest
Function · 0.85
chat_with_leader
Function · 0.85
resetobjs
Function · 0.85
find_qarti
Function · 0.85
mdrop_special_objs
Function · 0.85
use_crystal_ball
Function · 0.85
readobjnam
Function · 0.85
throw_obj
Function · 0.85
autokey
Function · 0.85
addinv_core1
Function · 0.85
freeinv_core
Function · 0.85
dogfood
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected