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

  /src/games/larn/
extern.h 104 int packweight(void);
object.c 336 if (packweight() > 45 + 3 * (c[STRENGTH] + c[STREXTRA])) {
376 if (packweight() > 45 + 5 * (c[STRENGTH] + c[STREXTRA])) {
1107 if (rnd(70) > 9 * c[DEXTERITY] - packweight() || rnd(101) < 5) {
global.c 788 packweight(void) function in typeref:typename:int
main.c 921 lprintf("\nThe stuff you are carrying presently weighs %ld pounds", (long) packweight());

Completed in 13 milliseconds