Searched refs:CONSTITUTION (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/games/larn/
H A Dglobal.c76 tmp = (c[CONSTITUTION] - c[HARDGAME]) >> 1;
81 raisemhp((int) (c[CONSTITUTION] >> 2));
108 tmp = (c[CONSTITUTION] - c[HARDGAME]) >> 1; /* lose hpoints */
111 losemhp((int) (c[CONSTITUTION] >> 2));
H A Ddisplay.c84 (long) c[WISDOM], (long) c[CONSTITUTION], (long) c[DEXTERITY], (long) c[CHARISMA]);
122 botsub(makecode(CONSTITUTION, 39, 19), "%-2ld");
H A Dstore.c430 c[CONSTITUTION]++;
445 c[CONSTITUTION] += 2;
H A Dheader.h79 #define CONSTITUTION 3 macro
H A Dobject.c794 c[CONSTITUTION]++;
811 i = rnd(11) - (c[CONSTITUTION] >> 2) + 2;
H A Dscores.c631 --c[CONSTITUTION];

Completed in 107 milliseconds