Lines Matching refs:hitpoints
115 short arg; /* the type of item or hitpoints of monster */
164 hitp[x][y] = monster[mon].hitpoints;
450 hitp[i][j] = monster[GNOMEKING].hitpoints;
456 hitp[i][j] = monster[DEMONPRINCE].hitpoints;
891 hitp[x][y] = monster[GNOMEKING].hitpoints;
1106 hitp[x][y] = monster[m].hitpoints;
1166 * Returns the number of hitpoints the monster absorbed
1198 if (hitp[x][y] > monster[monst].hitpoints)
1199 hitp[x][y] = monster[monst].hitpoints;
1697 * Routine to subtract hitpoints from the user and flag the bottomline display