]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
I think Jump is a more appropriate key for getting out than Alt Fire. Also don't...
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 7 Sep 2010 20:58:29 +0000 (23:58 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 7 Sep 2010 20:58:29 +0000 (23:58 +0300)
data/defaultVoretournament.cfg
data/qcsrc/client/sbar.qc
data/qcsrc/server/vore.qc

index 5026bf267b1912cbdd670938892125ef43b6f7a2..e015ffda930dec712b5a91238b905fb8193848a0 100644 (file)
@@ -726,7 +726,6 @@ bind LEFTARROW +moveleft
 bind DOWNARROW +back\r
 bind RIGHTARROW +moveright\r
 bind SHIFT +crouch\r
-bind ENTER +jump\r
 bind SPACE +jump\r
 \r
 // weapons\r
index 6bd11539a687c32c7ff70d79d2b85649796322b6..746861aab913bbf75ddfc25fbd1053c235a27931 100644 (file)
@@ -3080,7 +3080,7 @@ void Sbar_Draw (void)
                if(getstati(STAT_VORE_CANLEAVE))\r
                if not(spectatee_status) // this message doesn't address spectated players\r
                {\r
-                       s = strcat("^7Press ^3", getcommandkey("secondary fire", "+attack2"), " ^7to exit");\r
+                       s = strcat("^7Press ^3", getcommandkey("jump", "+jump"), " ^7to exit");\r
                        pos_x = bottom_x - stringwidth(s, TRUE, '0 0 0') * 16 / 2;\r
                        pos_y = bottom_y - 120;\r
                        drawcolorcodedstring(pos, s, '16 16 0', sbar_alpha_fg, DRAWFLAG_NORMAL);\r
index f6f4165dffedd3c5e7d4fa047cc52f7a4a1911ac..102ce98b43a16b77a921b44533804d5c8b1f8ad8 100644 (file)
@@ -420,7 +420,7 @@ void Vore()
 \r
        if(self.BUTTON_ATCK)\r
                Vore_StomachKick();\r
-       else if(self.BUTTON_ATCK2)\r
+       else if(self.BUTTON_JUMP)\r
                Vore_StomachLeave();\r
 \r
        self.stat_canleave = Vore_PreyCanLeave();\r