]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/client/sbar.qc
Ring for stomach kicking
[voretournament/voretournament.git] / data / qcsrc / client / sbar.qc
index 575ff08798eac7b426a157c7675a9b859356987f..18b16428bbc9725598cebaaa5ea7648b516fe4a3 100644 (file)
@@ -2002,6 +2002,11 @@ void Sbar_Ring()
                        ring1_color = '0.5 0.5 1';\r
                        text1_msg = "Vore delay";\r
                        break;\r
+               case 2:\r
+                       // ring shows stomach kick delay, empties with progress\r
+                       ring1_color = '1 1 0.5';\r
+                       text1_msg = "Kick delay";\r
+                       break;\r
                default:\r
                        print(strcat("^1Error:^7 Unknown ring type: ", ftos(getstati(STAT_SBRING1_TYPE)), "\n"));\r
                        break;\r
@@ -2012,7 +2017,7 @@ void Sbar_Ring()
                        // ring disabled\r
                        break;\r
                case 1:\r
-                       // ring shows regurgitation delay, fills with progress\r
+                       // ring shows regurgitation preparing, fills with progress\r
                        ring2_color = '1 0.5 1';\r
                        text2_msg = "Regurgitating...";\r
                        break;\r