]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Sorry, Nex just sounds cooler.
authorz411 <z411@omaera.org>
Thu, 2 Dec 2021 05:35:04 +0000 (02:35 -0300)
committerz411 <z411@omaera.org>
Thu, 2 Dec 2021 05:35:04 +0000 (02:35 -0300)
qcsrc/common/weapons/weapon/vortex.qh

index 040374f4cef0b3c5bb610dc0e0068764d6eb00e6..1bf1f23b22c5b5346cba9ecb871b5897f24c6dbb 100644 (file)
@@ -18,7 +18,7 @@ CLASS(Vortex, Weapon)
 /* reticle   */ ATTRIB(Vortex, w_reticle, string, "gfx/reticle_nex");
 /* wepimg    */ ATTRIB(Vortex, model2, string, "weaponnex");
 /* refname   */ ATTRIB(Vortex, netname, string, "vortex");
-/* wepname   */ ATTRIB(Vortex, m_name, string, _("Vortex"));
+/* wepname   */ ATTRIB(Vortex, m_name, string, _("Nex"));
 
 #define X(BEGIN, P, END, class, prefix) \
        BEGIN(class) \