Home | History | Annotate | Download | only in larn

Lines Matching defs:wield

30 static void wield(void);
445 function to show the things player can wield only
635 if (c[WIELD] == indx)
731 wield();
732 return; /* wield a weapon */
860 c[WIELD] = 1;
1010 function to wield a weapon
1013 wield(void)
1017 if ((i = whatitem("wield")) == '\33')
1035 c[WIELD] = i - 'a';
1060 lprintf("\nYou can't wield item %c!", x);
1101 if (iven[c[WIELD]] == O2SWORD) {