Searched refs:is_damageable (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dobjclass.h77 #define is_damageable(otmp) (is_rustprone(otmp) || is_flammable(otmp) || \ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobjclass.h77 #define is_damageable(otmp) (is_rustprone(otmp) || is_flammable(otmp) || \ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dobjnam.c528 if (!is_damageable(obj) && !iscrys) return;
531 * rotted food and diluted potions, which are all not is_damageable().
2634 if (is_damageable(otmp) || otmp->otyp == CRYSKNIFE) {
H A Dzap.c1286 if (is_damageable(otmp))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dobjnam.c528 if (!is_damageable(obj) && !iscrys) return;
531 * rotted food and diluted potions, which are all not is_damageable().
2634 if (is_damageable(otmp) || otmp->otyp == CRYSKNIFE) {
H A Dzap.c1286 if (is_damageable(otmp))

Completed in 104 milliseconds