]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/client/sbar.qc
Change "Being swallowed..." to "Swallowed..." on the HUD ring.
[voretournament/voretournament.git] / data / qcsrc / client / sbar.qc
index e797c188b1511cf8f1c3a31b7b31d991d74299d6..f8d7eefc002920842e0e5a6e91d46bc9e10bc9e6 100644 (file)
@@ -2000,13 +2000,20 @@ void Sbar_Ring()
                        // ring disabled\r
                        break;\r
                case 1:\r
+                       // ring shows predator swallow progress, fills with progress\r
+                       if not(cvar("sbar_ring1_info_swallowprogress_pred"))\r
+                               break;\r
+                       ring1_color = '0.5 1 0.5';\r
+                       text1_msg = "Swallowing...";\r
+                       break;\r
+               case 2:\r
                        // ring shows vore system delay, empties with progress\r
                        if not(cvar("sbar_ring1_info_voredelay"))\r
                                break;\r
                        ring1_color = '0.5 0.5 1';\r
                        text1_msg = "Vore delay";\r
                        break;\r
-               case 2:\r
+               case 3:\r
                        // ring shows stomach kick delay, empties with progress\r
                        if not(cvar("sbar_ring1_info_kickdelay"))\r
                                break;\r
@@ -2023,6 +2030,13 @@ void Sbar_Ring()
                        // ring disabled\r
                        break;\r
                case 1:\r
+                       // ring shows prey swallow progress, fills with progress\r
+                       if not(cvar("sbar_ring2_info_swallowprogress_prey"))\r
+                               break;\r
+                       ring2_color = '1 0.5 0.5';\r
+                       text2_msg = "Swallowed...";\r
+                       break;\r
+               case 2:\r
                        // ring shows regurgitation preparing, fills with progress\r
                        if not(cvar("sbar_ring2_info_regurgitateprepare"))\r
                                break;\r