Home
last modified time | relevance | path

Searched refs:objwt (Results 1 – 7 of 7) sorted by relevance

/dragonfly/games/battlestar/
HDcommand4.c52 heavy = (carrying + objwt[value]) <= WEIGHT; in take()
57 carrying += objwt[value]; in take()
335 carrying -= objwt[value]; in drop()
436 carrying -= objwt[value]; in eat()
HDcommand7.c205 carrying -= objwt[AMULET]; in fight()
248 carrying -= objwt[LASER]; in fight()
HDglobals.c189 const int objwt[NUMOFOBJECTS] = { variable
HDextern.h263 extern const int objwt[NUMOFOBJECTS];
HDcommand3.c160 carrying -= objwt[value]; in bury()
HDcommand5.c216 carrying -= objwt[n]; in zzz()
HDcommand2.c80 carrying -= objwt[value]; in wearit()