Lines Matching refs:injuries
74 hurt = rnd(70) - 2 * card(injuries, NUMOFINJURIES) -
78 card(injuries, NUMOFINJURIES) - encumber -
83 hurt = rnd(15) - card(injuries, NUMOFINJURIES) -
219 injuries[SKULL] = 1;
293 if (!injuries[hurt]) {
294 injuries[hurt] = 1;
298 if (injuries[SKULL] && injuries[INCISE] && injuries[NECK]) {
299 puts("I'm afraid you have suffered fatal injuries.");