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

  /src/games/hack/
hack.c 157 if (inv_weight() > 0) {
285 if ((!invent || inv_weight() + 90 <= 0) &&
296 invent && inv_weight() + 40 > 0) {
312 if (inv_weight() + (int) uball->owt / 2 > 0) {
492 wt = inv_weight() + obj->owt;
497 int iw = inv_weight();
930 inv_weight(void) function in typeref:typename:int

Completed in 14 milliseconds