]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/dialog_settings_game_model.qc
Allow enabling cl_forceplayercolors only in team games and Duel
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_settings_game_model.qc
index bd60d490f2036e75362f7218336bb25000f8ed2c..c63248740b67cc2a3b1d1d4b01223d66da3723c5 100644 (file)
@@ -52,10 +52,12 @@ void XonoticGameModelSettingsTab_fill(entity me)
        me.TR(me);
                me.TD(me, 1, 1, e = makeXonoticTextLabel(0, _("Force player colors to mine")));
                me.TD(me, 1, 2, e = makeXonoticTextSlider_T("cl_forceplayercolors",
-                       _("Warning: selecting 'Always' your team's color may be the same as the enemy team")));
+                       _("Warning: if enabled in team games your team's color may be the same as the enemy team")));
                        e.addValue(e, _("Never"), "0");
                        e.addValue(e, _("Except in team games"), "1");
                        e.addValue(e, _("Only in Duel"), "3");
+                       e.addValue(e, _("Only in team games"), "4");
+                       e.addValue(e, _("In team games and Duel"), "5");
                        e.addValue(e, _("Always"), "2");
                        e.configureXonoticTextSliderValues(e);
        me.TR(me);