if(getstati(STAT_VORE_EATEN))\r
vore_flash_state = -1;\r
else\r
- vore_flash_state = getstati(STAT_VORE_LOAD);\r
+ vore_flash_state = hud_total_prey;\r
\r
if not(spectatee_status && last_spectatee != spectatee_status) // not if we switched players and that detects a different stomach load\r
{\r
float f, l;\r
\r
pos = bottomleft;\r
+ hud_total_prey = 0;\r
for(pl = players.sort_next; pl; pl = pl.sort_next)\r
{\r
if(pl.team == COLOR_SPECTATOR)\r
f = pl.plpredator == player_localentnum;\r
}\r
\r
- if(f && l <= 8) // limit the stomach board to 9 entries due to the HUD design\r
+ if(f)\r
{\r
- Sbar_PrintStomachboardItem(pos - '-16 124 0', pl);\r
- pos_y += 1.1 * sbar_fontsize_y;\r
- l += 1;\r
+ if(l <= 8) // limit the stomach board to 9 entries due to the HUD design\r
+ {\r
+ Sbar_PrintStomachboardItem(pos - '-16 124 0', pl);\r
+ pos_y += 1.1 * sbar_fontsize_y;\r
+ l += 1;\r
+ }\r
+ ++hud_total_prey;\r
}\r
\r
// set the predator's name\r
\r
- +0.8: In Race and RaceCTS, having a big belly should give you some boost or bonus\r
\r
-- 0.7 | 0.8: Is it right to get screen flashes when team healing?\r
-\r
- 0.8: Why am I not seeing frags and death in the scoreboard in Team Deathmatch?\r
\r
- 0.8: If we eat a team mate, then a consumable item, then the tea mate gets out, autodigest won't start digesting the consumable item\r