]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/server/w_common.qc
First attempt to make health possible to swallow slowly. Incomplete and still buggy...
[voretournament/voretournament.git] / data / qcsrc / server / w_common.qc
index 80240485596e9706066d473d741ec1b080dfe074..8f4226c158b044ae4c06a3e6852f57c98789549d 100644 (file)
@@ -491,7 +491,7 @@ void PlayerGib(entity e, entity attacker)
                gib_health = 0;\r
        if(cvar("g_healthsize")) // smaller bodies are more likely to gib and vice versa\r
                gib_health *= e.scale;\r
-dprint(strcat(ftos(e.modelindex), " ----------------\n"));\r
+\r
        if (e.health <= gib_health && e.modelindex != 0)\r
        {\r
                // don't use any animations as a gib\r