HomeSort by: relevance | last modified time | path
    Searched refs:MAID (Results 1 - 5 of 5) sorted by relevancy

  /src/games/battlestar/
command3.c 123 if (testbit(inven, MAID) ||
124 testbit(location[position].objects, MAID))
125 value = MAID;
173 case MAID:
dayobjs.c 99 {21, MAID},
command4.c 115 if (testbit(from, MAID)) {
116 wordvalue[wordnumber] = MAID;
313 if (testbit(inven, MAID) ||
314 testbit(location[position].objects, MAID))
315 value = MAID;
words.c 55 { "maid", MAID, OBJECT, NULL },
56 { "maid's", MAID, OBJECT, NULL },
extern.h 79 #define MAID 10

Completed in 14 milliseconds