// Prey bot behavior:
// --------------------------------
+ // while being swallowed, smart bots know to keep jumping to make it harder to be caught
+ // TODO: Don't do this if the predator is a team mate
+ if(self.swallow_progress_prey)
+ if(self.swallow_progress_prey * 10 >= 10 - skill) // 10 skill steps
+ self.BUTTON_JUMP = TRUE;
+
if(self.stat_eaten && time > self.decide_prey)
{
// all we can do in the stomach is kick and do some damage / try to escape, or leave if the circumstances allow it and we should