seta hud_contents_water_color "0.4 0.3 0.3"\r
seta hud_contents_stomach_alpha 0.2 "alpha of the stomach color blend when inside it"\r
seta hud_contents_stomach_color "0.3 0.2 0"\r
+seta hud_contents_swallow_alpha 0.2 "alpha of the swallow color blend while getting eaten"\r
+seta hud_contents_swallow_color "0.3 0.25 0.2"\r
\r
seta hud_shownames 2 "1 = draw names of nearby team mates, 2 = also draw names of nearby enemies"\r
seta hud_shownames_observers 1 "allow observers to see player names"\r
liquidcolor = stov(cvar_string("hud_contents_stomach_color"));\r
incontent = 1;\r
}\r
+ else if(getstatf(STAT_VORE_PROGRESS_PREY))\r
+ {\r
+ liquidalpha = cvar("hud_contents_swallow_alpha");\r
+ liquidcolor = stov(cvar_string("hud_contents_swallow_color"));\r
+ incontent = 1;\r
+ }\r
else\r
{\r
switch(pointcontents(view_origin))\r