Home
last modified time | relevance | path

Searched refs:MT_WIZARD (Results 1 – 24 of 24) sorted by relevance

/dports/games/heretic/glheretic-1.2/
H A Dp_enemy.c768 if(actor->type == MT_WIZARD && P_Random() < 128) in A_Chase()
1540 actor->z-mobjinfo[MT_WIZARD].height/2, MT_WIZARD); in A_GenWizard()
2228 case MT_WIZARD: in A_NoBlocking()
H A Dp_map.c293 if((tmthing->type == MT_IMP || tmthing->type == MT_WIZARD) in PIT_CheckThing()
294 && (thing->type == MT_IMP || thing->type == MT_WIZARD)) in PIT_CheckThing()
H A Dinfo.h1471 MT_WIZARD, enumerator
H A Dp_inter.c1512 && !(target->type == MT_SORCERER2 && source->type == MT_WIZARD)) in P_DamageMobj()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dp_enemy.c795 if (actor->type == MT_WIZARD && P_Random() < 128) in A_Chase()
1515 actor->z - mobjinfo[MT_WIZARD].height / 2, MT_WIZARD); in A_GenWizard()
2177 case MT_WIZARD: in A_NoBlocking()
H A Dp_map.c358 if ((tmthing->type == MT_IMP || tmthing->type == MT_WIZARD) in PIT_CheckThing()
359 && (thing->type == MT_IMP || thing->type == MT_WIZARD)) in PIT_CheckThing()
H A Dinfo.h1505 MT_WIZARD, enumerator
H A Dp_inter.c1507 && !(target->type == MT_SORCERER2 && source->type == MT_WIZARD)) in P_DamageMobj()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dp_enemy.c784 if (actor->type == MT_WIZARD && P_Random() < 128) in A_Chase()
1504 actor->z - mobjinfo[MT_WIZARD].height / 2, MT_WIZARD); in A_GenWizard()
2166 case MT_WIZARD: in A_NoBlocking()
H A Dp_map.c335 if ((tmthing->type == MT_IMP || tmthing->type == MT_WIZARD) in PIT_CheckThing()
336 && (thing->type == MT_IMP || thing->type == MT_WIZARD)) in PIT_CheckThing()
H A Dinfo.h1505 MT_WIZARD, enumerator
H A Dp_inter.c1473 && !(target->type == MT_SORCERER2 && source->type == MT_WIZARD)) in P_DamageMobj()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dp_henemy.c820 actor->z-mobjinfo[MT_WIZARD].height/2, MT_WIZARD); in A_GenWizard()
1457 case MT_WIZARD: in A_NoBlocking()
H A Dp_heretic.c298 { 15, MT_MISC62, MT_WIZARD }, // WIZARD (monster floating)
H A Dp_map.c586 if((tm_thing->type == MT_IMP || tm_thing->type == MT_WIZARD) in PIT_CheckThing()
587 && (thing->type == MT_IMP || thing->type == MT_WIZARD)) in PIT_CheckThing()
H A Dinfo.h2896 MT_WIZARD, // WIZARD (monster floating) enumerator
H A Dp_inter.c2701 && !(source->type == MT_WIZARD && target->type == MT_SORCERER2) in P_DamageMobj()
H A Dp_enemy.c2260 if(actor->type == MT_WIZARD && PP_Random(ph_wizscream) < 128) in A_Chase()
H A Dp_mobj.c2649 MT_MUMMYLEADER, MT_CLINK, MT_SNAKE, MT_BEAST, MT_WIZARD, MT_KNIGHT, MT_KNIGHTGHOST, MT_HEAD
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/src/
H A Dp_enemy.c711 if(actor->type == MT_WIZARD && P_Random() < 128) in A_Chase()
1278 if(!(mo = P_SpawnMobjXYZ(MT_WIZARD, actor->origin[VX], actor->origin[VY], in A_GenWizard()
1279 actor->origin[VZ] - (MOBJINFO[MT_WIZARD].height / 2), in A_GenWizard()
1935 case MT_WIZARD: in A_NoBlocking()
H A Dp_inter.c1659 !(target->type == MT_SORCERER2 && source->type == MT_WIZARD)) in P_DamageMobj2()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/world/
H A Dp_mapsetup.cpp840 …{ MT_WIZARD, GM_ANY ^ GM_HERETIC_SHAREWARE }, // In case D'sparil is on a map with no D… in precacheResources()
H A Dp_map.cpp442 if((tmThing->type == MT_IMP || tmThing->type == MT_WIZARD) && in PIT_CheckThing()
443 (thing->type == MT_IMP || thing->type == MT_WIZARD)) in PIT_CheckThing()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/include/
H A Dinfo.h1506 MT_WIZARD, enumerator