| 3251 | } |
| 3252 | |
| 3253 | S32 zNPCGoalAttackChuck::BombzAway(F32 param_1) |
| 3254 | { |
| 3255 | zNPCRobot* npc = ((zNPCRobot*)(psyche->clt_owner)); |
| 3256 | npc->SndPlayRandom(NPC_STYP_ATTACK); |
| 3257 | return npc->LaunchProjectile(NPC_HAZ_CHUCKBOMB, 15.0f, 3.0f, NPC_MDLVERT_ATTACK, 4.0f, 0.0f); |
| 3258 | } |
| 3259 | |
| 3260 | S32 zNPCGoalAttackSlick::Enter(F32 dt, void* updCtxt) |
| 3261 | { |
nothing calls this directly
no test coverage detected