Searched refs:ZT_DEATH (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dzap.c47 #define ZT_DEATH (AD_DISN-1) /* or disintegration */ macro
2965 case ZT_DEATH: /* death/disintegration */
2966 if(abs(type) != ZT_BREATH(ZT_DEATH)) { /* death */
3118 case ZT_DEATH:
3119 if (abs(type) == ZT_BREATH(ZT_DEATH)) {
3151 u.ugrave_arise = (type == -ZT_BREATH(ZT_DEATH)) ? -3 : NON_PM;
3358 if (is_rider(mon->data) && abs(type) == ZT_BREATH(ZT_DEATH)) {
3371 if (mon->data == &mons[PM_DEATH] && abstype == ZT_DEATH) {
3375 type == ZT_BREATH(ZT_DEATH) ?
3517 abstype == ZT_DEATH
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dzap.c47 #define ZT_DEATH (AD_DISN-1) /* or disintegration */ macro
2965 case ZT_DEATH: /* death/disintegration */
2966 if(abs(type) != ZT_BREATH(ZT_DEATH)) { /* death */
3118 case ZT_DEATH:
3119 if (abs(type) == ZT_BREATH(ZT_DEATH)) {
3151 u.ugrave_arise = (type == -ZT_BREATH(ZT_DEATH)) ? -3 : NON_PM;
3358 if (is_rider(mon->data) && abs(type) == ZT_BREATH(ZT_DEATH)) {
3371 if (mon->data == &mons[PM_DEATH] && abstype == ZT_DEATH) {
3375 type == ZT_BREATH(ZT_DEATH) ?
3517 abstype == ZT_DEATH
[all...]

Completed in 34 milliseconds