HomeSort by: relevance | last modified time | path
    Searched defs:wield (Results 1 - 2 of 2) sorted by relevancy

  /src/games/rogue/
pack.c 387 wield(void) function in typeref:typename:void
397 ch = pack_letter("wield what?", WEAPON);
407 messagef(0, "you can't wield %s",
  /src/games/larn/
main.c 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) function in typeref:typename:void
1017 if ((i = whatitem("wield")) == '\33')
1035 c[WIELD] = i - 'a'
    [all...]

Completed in 111 milliseconds