MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / JellyKill

Method JellyKill

src/SB/Game/zNPCTypeAmbient.cpp:291–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
299void zNPCJelly::JellySpawn(const xVec3* pos_spawn, F32 tym_fall)
300{
301 xPsyche* psy;
302 zNPCGoalJellyBirth* birth;

Callers 1

disable_childMethod · 0.80

Calls 2

GIDInStackMethod · 0.80
GoalSetMethod · 0.80

Tested by

no test coverage detected