]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/server/vore.qc
Allow the swallow model to be removed again when there's no more swallow progress
[voretournament/voretournament.git] / data / qcsrc / server / vore.qc
index 3e6cac564d9c809e00d03b31fe75fad7d86d2e87..5f16c965d2b179bdc6c5ef49db813cd1ba81bdb1 100644 (file)
@@ -207,13 +207,13 @@ void Vore_SwallowModel_Think()
        self.alpha = self.owner.cvar_cl_vore_stomachmodel;\r
 \r
        // if our swallow progress is gone, the swallow model must also go\r
-       /*if(!self.owner.swallow_progress_prey)\r
+       if(!self.owner.swallow_progress_prey)\r
        {\r
                self.nextthink = 0;\r
                remove(self);\r
                self = world;\r
                return;\r
-       }*/\r
+       }\r
 \r
        self.nextthink = time;\r
 }\r