Home
last modified time | relevance | path

Searched refs:RF0_DROP_USEFUL (Results 1 – 3 of 3) sorted by relevance

/dports/games/zangband/zangband/src/
H A Dl-monst.pkg43 #define RF0_DROP_USEFUL 0x40000000 /* Drop "useful" items */
H A Ddefines.h3313 #define RF0_DROP_USEFUL 0x40000000 /* Drop "useful" items */ macro
3790 #define RF_DROP_USEFUL 0, RF0_DROP_USEFUL
H A Dwizard1.c2194 else if (flags1 & (RF0_DROP_USEFUL)) in spoil_mon_info()