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

  /src/games/rogue/
object.c 236 obj->what_is = GOLD;
303 switch(obj->what_is) {
362 obj->what_is = FOOD;
365 obj->what_is = gr_what_is();
367 switch(obj->what_is) {
397 unsigned short what_is; local in function:gr_what_is
402 what_is = SCROL;
404 what_is = POTION;
406 what_is = WAND;
408 what_is = WEAPON
    [all...]
rogue.h 217 #define disguise what_is
237 unsigned short what_is; /* imitator's charactor (?!%: */ member in struct:obj

Completed in 12 milliseconds