not in PS2 dwarf
| 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 | } |