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

Method getNextFreeGlob

src/SB/Game/zNPCTypeBossPatrick.cpp:1617–1630  ·  view source on GitHub ↗

not in PS2 dwarf

Source from the content-addressed store, hash-verified

1615 }
1616
1617 S32 num = this->round;
1618
1619 if (!globals.player.ControlOff)
1620 {
1621 if (this->round == 1)
1622 {
1623 if (this->hitPoints <= 6)
1624 {
1625 num = 2;
1626 }
1627 }
1628 else if (this->round == 2)
1629 {
1630 if (this->gooLevel >= 3)
1631 {
1632 num = 3;
1633 }

Callers 1

ProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected