HomeSort by: relevance | last modified time | path
    Searched refs:owt (Results 1 - 13 of 13) sorted by relevancy

  /src/games/hack/
def.obj.h 73 uchar owt; member in struct:obj
hack.apply.c 200 if (obj->owt + current_ice_box->owt > 70) {
211 current_ice_box->owt += obj->owt;
238 current_ice_box->owt -= obj->owt;
hack.do.c 372 losehp(uarmh ? 1 : rnd((int) (obj->owt)), "falling object");
538 obj->owt = weight(obj);
540 otmp->owt = weight(otmp); /* -= obj->owt ? */
hack.mkobj.c 188 otmp->owt = weight(otmp);
hack.objnam.c 223 (obj->owt > objects[obj->otyp].oc_weight) ? "very " : "");
648 otmp->owt += 15;
hack.u_init.c 352 obj->owt = weight(obj); /* defined after setting otyp+quan */
hack.c 312 if (inv_weight() + (int) uball->owt / 2 > 0) {
492 wt = inv_weight() + obj->owt;
947 wt += otmp->owt;
hack.invent.c 172 obj->owt = weight(obj);
919 otmp->owt += obj->owt;
hack.dog.c 256 if (obj->owt < 10 * mtmp->data->mlevel)
hack.fight.c 290 tmp = obj->owt / 10;
hack.read.c 510 uball->owt += 15;
hack.zap.c 731 obj->owt = weight(obj);
hack.shk.c 729 otmp->owt = 0; /* superfluous */

Completed in 17 milliseconds