Home | History | Annotate | Download | only in larn

Lines Matching defs:wear

33 static void wear(void);
637 if ((c[WEAR] == indx) || (c[SHIELD] == indx))
736 wear();
737 return; /* wear armor */
862 c[WEAR] = c[SHIELD] = -1;
911 } else if (c[WEAR] != -1) {
912 c[WEAR] = -1;
1064 function to wear armor
1067 wear(void)
1071 if ((i = whatitem("wear")) == '\33')
1089 if (c[WEAR] != -1) {
1093 c[WEAR] = i - 'a';
1109 lprcat("\nYou can't wear that!");