Home
last modified time | relevance | path

Searched refs:owt (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/games/hack/
H A Dhack.apply.c200 if (obj->owt + current_ice_box->owt > 70) { in in_ice_box()
211 current_ice_box->owt += obj->owt; in in_ice_box()
238 current_ice_box->owt -= obj->owt; in out_ice_box()
H A Dhack.do.c372 losehp(uarmh ? 1 : rnd((int) (obj->owt)), "falling object"); in dothrow()
538 obj->owt = weight(obj); in splitobj()
540 otmp->owt = weight(otmp); /* -= obj->owt ? */ in splitobj()
H A Ddef.obj.h73 uchar owt; member
H A Dhack.invent.c172 obj->owt = weight(obj); in useup()
919 otmp->owt += obj->owt; in merged()
H A Dhack.mkobj.c188 otmp->owt = weight(otmp); in mksobj()
H A Dhack.c312 if (inv_weight() + (int) uball->owt / 2 > 0) { in domove()
492 wt = inv_weight() + obj->owt; in pickup()
947 wt += otmp->owt; in inv_weight()
H A Dhack.objnam.c223 (obj->owt > objects[obj->otyp].oc_weight) ? "very " : ""); in xname()
648 otmp->owt += 15; in readobjnam()
H A Dhack.u_init.c352 obj->owt = weight(obj); /* defined after setting otyp+quan */ in ini_inv()
H A Dhack.fight.c290 tmp = obj->owt / 10; in hmon()
H A Dhack.read.c510 uball->owt += 15; in doread()
H A Dhack.dog.c256 if (obj->owt < 10 * mtmp->data->mlevel) in dog_move()
H A Dhack.zap.c731 obj->owt = weight(obj); in fracture_rock()
H A Dhack.shk.c729 otmp->owt = 0; /* superfluous */ in subfrombill()