Searched refs:IRON (Results 1 - 14 of 14) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dobjects.c85 1, 55, 1, 2, 6, 6, 0, IRON, -P_BOW, HI_METAL),
89 0, 20, 1, 2, 5, 6, 0, IRON, -P_BOW, CLR_BLACK),
95 1, 55, 1, 2, 4, 6, 0, IRON, -P_CROSSBOW, HI_METAL),
98 1, 1, 0, 60, 1, 2, 3, 2, 0, P, -P_DART, IRON, HI_METAL),
100 0, 1, 0, 35, 1, 5, 8, 6, 2, P, -P_SHURIKEN, IRON, HI_METAL),
106 1, 1, 0, 50, 30, 3, 6, 8, 0, P, P_SPEAR, IRON, HI_METAL),
110 0, 1, 0, 13, 30, 3, 5, 8, 0, P, P_SPEAR, IRON, CLR_BLACK),
112 0, 1, 0, 12, 35, 3, 8, 8, 0, P, P_SPEAR, IRON, HI_METAL),
116 0, 1, 0, 10, 20, 3, 6, 6, 0, P, P_JAVELIN, IRON, HI_METAL),
119 1, 0, 0, 8, 25, 5, 6, 4, 0, P, P_TRIDENT, IRON, HI_META
[all...]
H A Dwield.c185 objects[wep->otyp].oc_material == IRON) {
H A Dmhitm.c296 && otmp && objects[otmp->otyp].oc_material == IRON
H A Dmhitu.c952 objects[otmp->otyp].oc_material == IRON &&
H A Duhitm.c1001 && objects[obj->otyp].oc_material == IRON
H A Dzap.c1081 case IRON:
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dobjects.c85 1, 55, 1, 2, 6, 6, 0, IRON, -P_BOW, HI_METAL),
89 0, 20, 1, 2, 5, 6, 0, IRON, -P_BOW, CLR_BLACK),
95 1, 55, 1, 2, 4, 6, 0, IRON, -P_CROSSBOW, HI_METAL),
98 1, 1, 0, 60, 1, 2, 3, 2, 0, P, -P_DART, IRON, HI_METAL),
100 0, 1, 0, 35, 1, 5, 8, 6, 2, P, -P_SHURIKEN, IRON, HI_METAL),
106 1, 1, 0, 50, 30, 3, 6, 8, 0, P, P_SPEAR, IRON, HI_METAL),
110 0, 1, 0, 13, 30, 3, 5, 8, 0, P, P_SPEAR, IRON, CLR_BLACK),
112 0, 1, 0, 12, 35, 3, 8, 8, 0, P, P_SPEAR, IRON, HI_METAL),
116 0, 1, 0, 10, 20, 3, 6, 6, 0, P, P_JAVELIN, IRON, HI_METAL),
119 1, 0, 0, 8, 25, 5, 6, 4, 0, P, P_TRIDENT, IRON, HI_META
[all...]
H A Dwield.c185 objects[wep->otyp].oc_material == IRON) {
H A Dmhitm.c296 && otmp && objects[otmp->otyp].oc_material == IRON
H A Dmhitu.c952 objects[otmp->otyp].oc_material == IRON &&
H A Duhitm.c1001 && objects[obj->otyp].oc_material == IRON
H A Dzap.c1081 case IRON:
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dobjclass.h54 #define IRON 11 /* Fe - includes steel */ macro
67 #define is_metallic(otmp) (objects[otmp->otyp].oc_material >= IRON && \
72 #define is_rustprone(otmp) (objects[otmp->otyp].oc_material == IRON)
75 #define is_corrodeable(otmp) (objects[otmp->otyp].oc_material == COPPER || objects[otmp->otyp].oc_material == IRON)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobjclass.h54 #define IRON 11 /* Fe - includes steel */ macro
67 #define is_metallic(otmp) (objects[otmp->otyp].oc_material >= IRON && \
72 #define is_rustprone(otmp) (objects[otmp->otyp].oc_material == IRON)
75 #define is_corrodeable(otmp) (objects[otmp->otyp].oc_material == COPPER || objects[otmp->otyp].oc_material == IRON)

Completed in 111 milliseconds