HomeSort by: relevance | last modified time | path
    Searched defs:otmph (Results 1 - 1 of 1) sorted by relevancy

  /src/games/hack/
hack.do_wear.c 424 struct obj *otmph = uarm; local in function:some_armor
425 if (uarmh && (!otmph || !rn2(4)))
426 otmph = uarmh;
427 if (uarmg && (!otmph || !rn2(4)))
428 otmph = uarmg;
429 if (uarms && (!otmph || !rn2(4)))
430 otmph = uarms;
431 return (otmph);
437 struct obj *otmph = some_armor(); local in function:corrode_armor
438 if (otmph) {
    [all...]

Completed in 231 milliseconds