From 31fe8b888657f1846f63b8aac02ff7f6b7722a6e Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Mon, 9 Dec 2013 19:00:38 -0500 Subject: [PATCH] Try renaming MinstaNex and Nex temporarily (to Vaporizer and Vortex) --- qcsrc/common/weapons/w_minstanex.qc | 2 +- qcsrc/common/weapons/w_nex.qc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qcsrc/common/weapons/w_minstanex.qc b/qcsrc/common/weapons/w_minstanex.qc index 2869128dc..46f84d258 100644 --- a/qcsrc/common/weapons/w_minstanex.qc +++ b/qcsrc/common/weapons/w_minstanex.qc @@ -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) diff --git a/qcsrc/common/weapons/w_nex.qc b/qcsrc/common/weapons/w_nex.qc index b36da57d7..0cfa1f247 100644 --- a/qcsrc/common/weapons/w_nex.qc +++ b/qcsrc/common/weapons/w_nex.qc @@ -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) -- 2.39.2