Home
last modified time | relevance | path

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

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_actor.h178 b_darkmonkobj, enumerator
H A Drt_actor.c1588 case b_darkmonkobj: in SpawnStand()
1624 if (which == b_darkmonkobj) in SpawnStand()
1681 case b_darkmonkobj: in SpawnPatrol()
2445 (tcl == b_darkmonkobj) || // darkmonk is invulnerable in MissileHitActor()
2499 else if ((tcl >= b_darianobj) && (tcl < b_darkmonkobj)) in MissileHitActor()
3242 if (check->obclass != b_darkmonkobj) { in T_Explosion()
5113 if (tcl != b_darkmonkobj) in MissileTryMove()
5199 if (tcl == b_darkmonkobj) in MissileTryMove()
7613 new->obclass = b_darkmonkobj; in SpawnSnake()
7705 if ((cl == b_heinrichobj) || (cl== b_darkmonkobj) || in T_BoulderSpawn()
[all …]
H A Drt_ted.c627 case b_darkmonkobj: in PreCacheActor()
6408 SpawnStand(b_darkmonkobj,i,j,tile-101,0); in SetupActors()