]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/server/cl_client.qc
Only show the health and armor of team mates, not enemies. Sadly, the health of all...
[voretournament/voretournament.git] / data / qcsrc / server / cl_client.qc
index d9b9437d4c131af06041a9b5df0316a5d99f9663..39b891f21c988093330bee13a71a107d898d4d76 100644 (file)
@@ -1052,6 +1052,11 @@ float ClientInit_SendEntity(entity to, float sf)
                armor_max = cvar("g_balance_armor_limit");\r
        WriteCoord(MSG_ENTITY, armor_max);\r
 \r
+       float teamheal_max;\r
+       if(cvar("g_vore") && cvar("g_vore_teamvore") && cvar("g_balance_vore_teamheal"))\r
+               teamheal_max = cvar("g_balance_vore_teamheal_stable");\r
+       WriteCoord(MSG_ENTITY, teamheal_max);\r
+\r
        return TRUE;\r
 }\r
 \r