{\r
if(getstati(STAT_VORE_EATEN))\r
{\r
- if(teamplay && GetPlayerColor(pl.entnum - 1) == GetPlayerColor(player_localentnum - 1)) // same team\r
+ if(teamplay && (GetPlayerColor(pl.entnum - 1) == GetPlayerColor(player_localentnum - 1) || GetPlayerColor(pl.entnum - 1) == GetPlayerColor(spectatee_status - 1))) // same team\r
hl_color = stov(cvar_string("sbar_stomachboard_color2"));\r
else\r
hl_color = stov(cvar_string("sbar_stomachboard_color3"));\r
string hl_string;\r
if(getstati(STAT_VORE_EATEN))\r
{\r
- if(teamplay && GetPlayerColor(getstati(STAT_VORE_EATEN) - 1) == GetPlayerColor(player_localentnum - 1)) // same team\r
+ if(teamplay && (GetPlayerColor(getstati(STAT_VORE_EATEN) - 1) == GetPlayerColor(player_localentnum - 1) || GetPlayerColor(getstati(STAT_VORE_EATEN) - 1) == GetPlayerColor(spectatee_status - 1))) // same team\r
hl_color = stov(cvar_string("sbar_stomachboard_color2"));\r
else\r
hl_color = stov(cvar_string("sbar_stomachboard_color3"));\r
\r
- Fix the swallow model not showing to spectators when spectating a player. Also do some other fixes to the swallow models.\r
\r
+- Show the proper stomach board color on spectated players, in the case of team mates\r
+\r
- Disable GLSL color control by default. This MIGHT fix the white screen problem some people have been reporting.\r