set g_vore_regurgitatecolor_digest "0.15 0.25 0" "the color players will have when digested, only works when g_vore_keepdeadprey is disabled"\r
set g_vore_keepdeadprey 1 "If enabled, prey remains in the stomach after dying, else the predator throws up their dead body. 0 = disabled, 1 = enabled, anything between = probability"\r
\r
-set g_healthsize 1 "Players who are low on health shrink and become smaller"\r
+set g_healthsize 100 "Players who are low on health shrink and become smaller, value specifies health at which the player has default size"\r
\r
// part of an ugly hack for the menu audio sliders to work with the cutsound feature\r
seta menu_volume 0.5\r
}\r
else\r
{\r
- self.scale = self.health / 100; // ranges between 0 and 100\r
+ self.scale = cvar("g_healthsize") / self.health;\r
\r
// The following code sets the bounding box to match the player's size.\r
// It is currently disabled because of issues with engine movement prediction (cl_movement).\r