]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Edit the tooltip text of the New Toys mutator to match its new behaviour Spike29/newtoys_tooltip 1396/head
authorSpike29 <leguen.yannick@gmail.com>
Tue, 17 Dec 2024 10:13:34 +0000 (11:13 +0100)
committerSpike29 <leguen.yannick@gmail.com>
Tue, 17 Dec 2024 10:13:34 +0000 (11:13 +0100)
qcsrc/menu/xonotic/dialog_multiplayer_create_mutators.qc

index 20f72863e9924ef62124adb03fdfadd958eeb482..0dc99155c7f39ef43de390e9414c94a8099b90bc 100644 (file)
@@ -130,7 +130,7 @@ void XonoticMutatorsDialog_fill(entity me)
        me.TR(me);
                me.TDempty(me, 0.2);
                me.TD(me, 1, 1.8, e = makeXonoticCheckBox_T(0, "g_new_toys", _("New Toys"),
-                       _("Some weapon spawns will be randomly replaced with new weapons: Heavy Laser Assault Cannon, Mine Layer, Rifle, T.A.G. Seeker")));
+                       _("Allow additional weapons to spawn, such as the Arc, the Heavy Laser Assault Cannon, the Mine Layer, the Rifle or the T.A.G. Seeker")));
                        setDependentWeird(e, checkCompatibility_newtoys);
        me.TR(me);
                me.TDempty(me, 0.2);