Home
last modified time | relevance | path

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

/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dsounds.c929 boolean ms_Death = (ptr == &mons[PM_DEATH]); local
932 if (ms_Death && !context.tribute.Deathnotice
943 } else if (ms_Death && rn2(3) && Death_quote(verbuf, sizeof verbuf)) {
947 } else if (ms_Death && !rn2(10)) {
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dsounds.c929 boolean ms_Death = (ptr == &mons[PM_DEATH]); local
932 if (ms_Death && !context.tribute.Deathnotice
943 } else if (ms_Death && rn2(3) && Death_quote(verbuf, sizeof verbuf)) {
947 } else if (ms_Death && !rn2(10)) {
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dsounds.c1097 boolean ms_Death = (ptr == &mons[PM_DEATH]); in domonnoise() local
1100 if (ms_Death && !g.context.tribute.Deathnotice in domonnoise()
1111 } else if (ms_Death && rn2(3) && Death_quote(verbuf, sizeof verbuf)) { in domonnoise()
1115 } else if (ms_Death && !rn2(10)) { in domonnoise()