| 289 | zNPCCommon::AddBaseline(psy, JELY_grul_getAngry, JELY_grul_getAngry, JELY_grul_getAngry, |
| 290 | JELY_grul_getAngry, JELY_grul_getAngry); |
| 291 | psy->AddGoal(NPC_GOAL_JELLYBUMPED, NULL); |
| 292 | psy->AddGoal(NPC_GOAL_JELLYATTACK, NULL); |
| 293 | psy->AddGoal(NPC_GOAL_JELLYBIRTH, NULL); |
| 294 | psy->AddGoal(NPC_GOAL_DEAD, NULL); |
| 295 | psy->BrainEnd(); |
| 296 | psy->SetSafety(NPC_GOAL_IDLE); |
| 297 | } |
| 298 | |
| 299 | void zNPCJelly::JellySpawn(const xVec3* pos_spawn, F32 tym_fall) |
| 300 | { |
| 301 | xPsyche* psy; |
| 302 | zNPCGoalJellyBirth* birth; |
no test coverage detected