| 3648 | } |
| 3649 | |
| 3650 | void zNPCGoalEvilPat::GlyphStop() |
| 3651 | { |
| 3652 | zNPCRobot* npc = ((zNPCRobot*)(psyche->clt_owner)); |
| 3653 | if (npc->glyf_stun != NULL) |
| 3654 | { |
| 3655 | npc->glyf_stun->Discard(); |
| 3656 | } |
| 3657 | npc->glyf_stun = NULL; |
| 3658 | } |
| 3659 | |
| 3660 | S32 zNPCGoalStunned::Enter(F32 dt, void* updCtxt) |
| 3661 | { |