Searched refs:ghostobj (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dextralev.c292 struct obj *ghostobj; local
305 ghostobj = mksobj_at(FOOD_RATION, x, y, FALSE, FALSE);
306 ghostobj->quan = (long) rnd(7);
307 ghostobj->owt = weight(ghostobj);
310 ghostobj = mksobj_at(MACE, x, y, FALSE, FALSE);
311 ghostobj->spe = rnd(3);
312 if (rn2(4)) curse(ghostobj);
314 ghostobj = mksobj_at(TWO_HANDED_SWORD, x, y, FALSE, FALSE);
315 ghostobj
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dextralev.c292 struct obj *ghostobj; local
305 ghostobj = mksobj_at(FOOD_RATION, x, y, FALSE, FALSE);
306 ghostobj->quan = (long) rnd(7);
307 ghostobj->owt = weight(ghostobj);
310 ghostobj = mksobj_at(MACE, x, y, FALSE, FALSE);
311 ghostobj->spe = rnd(3);
312 if (rn2(4)) curse(ghostobj);
314 ghostobj = mksobj_at(TWO_HANDED_SWORD, x, y, FALSE, FALSE);
315 ghostobj
[all...]

Completed in 32 milliseconds