]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/server/vore.qc
Put our tools back in the shelf once our work is done. Also remove the now useless...
[voretournament/voretournament.git] / data / qcsrc / server / vore.qc
index c8806b9f98f32bb677919ebe139c33c069effa82..bb35b189cef495b052952417ac3ffc6ce76d2012 100644 (file)
@@ -235,22 +235,16 @@ void Vore_Gurglesound()
 void Vore()\r
 {\r
        // if we are free, show our stomach load on the HUD. Otherwise, show the predator's\r
-       string x;\r
        if(self.eater != self && self.eater.classname == "player")\r
        {\r
                self.stat_stomachload = self.eater.stomach_load;\r
                self.stat_eaten = num_for_edict(self.eater);\r
-               x = playername(self.eater);\r
-               //bprint(strcat(ftos(self.stat_eaten), "<<--------------------------\n"));\r
        }\r
        else\r
        {\r
                self.stat_stomachload = self.stomach_load;\r
                self.stat_eaten = 0;\r
-               x = "NONE!";\r
        }\r
-       //bprint(strcat(ftos(self.stat_eaten), "<<--------------------------\n"));\r
-       //bprint(strcat(playername(self), "<<--------------------------\n"));\r
 \r
        // skip the vore system under some circumstances\r
        if(time < game_starttime)\r