]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Try renaming MinstaNex and Nex temporarily (to Vaporizer and Vortex)
authorSamual Lenks <samual@xonotic.org>
Tue, 10 Dec 2013 00:00:38 +0000 (19:00 -0500)
committerSamual Lenks <samual@xonotic.org>
Tue, 10 Dec 2013 00:00:38 +0000 (19:00 -0500)
qcsrc/common/weapons/w_minstanex.qc
qcsrc/common/weapons/w_nex.qc

index 2869128dc1c3cb837788f4f72ae0752d0b590f50..46f84d258cf2226220567b5a1a3572732c354035 100644 (file)
@@ -8,7 +8,7 @@ REGISTER_WEAPON(
 /* rating   */ BOT_PICKUP_RATING_HIGH,
 /* model    */ "minstanex",
 /* netname  */ "minstanex",
-/* fullname */ _("MinstaNex")
+/* fullname */ _("Vaporizer")
 );
 
 #define MINSTANEX_SETTINGS(w_cvar,w_prop) MINSTANEX_SETTINGS_LIST(w_cvar, w_prop, MINSTANEX, minstanex)
index b36da57d7e775ba54114455364b57089ff77c407..0cfa1f2472d5f7daff721401efb1b965276fa0c1 100644 (file)
@@ -8,7 +8,7 @@ REGISTER_WEAPON(
 /* rating   */ BOT_PICKUP_RATING_HIGH,
 /* model    */ "nex",
 /* netname  */ "nex",
-/* fullname */ _("Nex")
+/* fullname */ _("Vortex")
 );
 
 #define NEX_SETTINGS(w_cvar,w_prop) NEX_SETTINGS_LIST(w_cvar, w_prop, NEX, nex)