newmodel_extension = substring(self.playermodel, strlen(self.playermodel) - 4, 4);\r
\r
float vore_state;\r
- if(self.stomach_load > ceil(g_balance_vore_swallow_limit * 0.666666666666))\r
+ if(self.stomach_load > ceil(g_balance_vore_swallow_limit * 0.6))\r
vore_state = 3;\r
- else if(self.stomach_load > ceil(g_balance_vore_swallow_limit * 0.333333333333))\r
+ else if(self.stomach_load > ceil(g_balance_vore_swallow_limit * 0.3))\r
vore_state = 2;\r
else if(self.stomach_load)\r
vore_state = 1;\r