Lines Matching refs:injuries
207 injuries[hurt] = 1;
216 if (injuries[SKULL] && injuries[INCISE] && injuries[NECK]) {
217 puts("I'm afraid you have suffered fatal injuries.");
221 if (injuries[n] == 1) {
222 injuries[n] = 2;
228 if (injuries[ARM] == 2) {
233 injuries[ARM]++;
235 if (injuries[RIBS] == 2) {
240 injuries[RIBS]++;
242 if (injuries[SPINE] == 2) {
244 injuries[SPINE]++;
281 injuries[hurt1] = 1;
282 injuries[hurt2] = 1;
283 injuries[0] = 1;/* abrasions */
284 injuries[1] = 1;/* lacerations */