Searched refs:is_metallic (Results 1 - 25 of 30) sorted by relevance

12

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dobjclass.h67 #define is_metallic(otmp) (objects[otmp->otyp].oc_material >= IRON && \ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobjclass.h67 #define is_metallic(otmp) (objects[otmp->otyp].oc_material >= IRON && \ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dspell.c1149 if (uarm && is_metallic(uarm))
1156 if (uarmh && is_metallic(uarmh) && uarmh->otyp != HELM_OF_BRILLIANCE)
1158 if (uarmg && is_metallic(uarmg)) splcaster += uarmgbon;
1159 if (uarmf && is_metallic(uarmf)) splcaster += uarmfbon;
H A Dmuse.c1068 && ((helmet && is_metallic(helmet)) ||
1378 if(is_metallic(helmet)) {
1425 if(is_metallic(uarmh)) {
1535 if ((helmet && is_metallic(helmet)) || amorphous(pm) || passes_walls(pm) || noncorporeal(pm) || unsolid(pm))
H A Dsteed.c307 if (!force && uarm && is_metallic(uarm) &&
H A Deat.c109 if (metallivorous(youmonst.data) && is_metallic(obj) &&
1827 is_metallic(otmp) && otmp->oerodeproof) {
1908 if (is_metallic(otmp) &&
H A Dread.c1206 if(is_metallic(helmet)) {
1250 if(is_metallic(uarmh)) {
H A Dball.c35 if(is_metallic(uarmh)) {
H A Ddog.c727 if (metallivorous(mon->data) && is_metallic(obj) && (is_rustprone(obj) || mon->data != &mons[PM_RUST_MONSTER])) {
H A Ddig.c1181 losehp(rnd((uarmh && is_metallic(uarmh)) ? 2 : 6),
H A Ddothrow.c781 boolean less_damage = uarmh && is_metallic(uarmh), artimsg = FALSE;
H A Dhack.c1536 else if(uarmh && is_metallic(uarmh))
H A Dmhitu.c382 if (obj && is_metallic(obj)) {
H A Dmon.c676 if (is_metallic(otmp) && !obj_resists(otmp, 5, 95) &&
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dspell.c1149 if (uarm && is_metallic(uarm))
1156 if (uarmh && is_metallic(uarmh) && uarmh->otyp != HELM_OF_BRILLIANCE)
1158 if (uarmg && is_metallic(uarmg)) splcaster += uarmgbon;
1159 if (uarmf && is_metallic(uarmf)) splcaster += uarmfbon;
H A Dmuse.c1068 && ((helmet && is_metallic(helmet)) ||
1378 if(is_metallic(helmet)) {
1425 if(is_metallic(uarmh)) {
1535 if ((helmet && is_metallic(helmet)) || amorphous(pm) || passes_walls(pm) || noncorporeal(pm) || unsolid(pm))
H A Dsteed.c307 if (!force && uarm && is_metallic(uarm) &&
H A Deat.c109 if (metallivorous(youmonst.data) && is_metallic(obj) &&
1827 is_metallic(otmp) && otmp->oerodeproof) {
1908 if (is_metallic(otmp) &&
H A Dread.c1206 if(is_metallic(helmet)) {
1250 if(is_metallic(uarmh)) {
H A Dball.c35 if(is_metallic(uarmh)) {
H A Ddog.c727 if (metallivorous(mon->data) && is_metallic(obj) && (is_rustprone(obj) || mon->data != &mons[PM_RUST_MONSTER])) {
H A Ddig.c1181 losehp(rnd((uarmh && is_metallic(uarmh)) ? 2 : 6),
H A Ddothrow.c781 boolean less_damage = uarmh && is_metallic(uarmh), artimsg = FALSE;
H A Dhack.c1536 else if(uarmh && is_metallic(uarmh))
H A Dmhitu.c382 if (obj && is_metallic(obj)) {

Completed in 277 milliseconds

12