From: Samual Lenks Date: Fri, 3 Jan 2014 16:29:09 +0000 (-0500) Subject: Make these weapons use the proper refname X-Git-Tag: xonotic-v0.8.0~152^2~145 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ad1497b78e0c2b54edaa21d8de9e690f44230185;p=xonotic%2Fxonotic-data.pk3dir.git Make these weapons use the proper refname --- diff --git a/qcsrc/common/weapons/w_blaster.qc b/qcsrc/common/weapons/w_blaster.qc index b61afa391..e7e2b3e8c 100644 --- a/qcsrc/common/weapons/w_blaster.qc +++ b/qcsrc/common/weapons/w_blaster.qc @@ -10,7 +10,7 @@ REGISTER_WEAPON( /* modelname */ "laser", /* simplemdl */ "foobar", /* crosshair */ "gfx/crosshairlaser 0.4", -/* refname */ "laser", +/* refname */ "blaster", /* wepname */ _("Blaster") ); diff --git a/qcsrc/common/weapons/w_machinegun.qc b/qcsrc/common/weapons/w_machinegun.qc index 8753819be..244c932e8 100644 --- a/qcsrc/common/weapons/w_machinegun.qc +++ b/qcsrc/common/weapons/w_machinegun.qc @@ -10,7 +10,7 @@ REGISTER_WEAPON( /* modelname */ "uzi", /* simplemdl */ "foobar", /* crosshair */ "gfx/crosshairuzi 0.6", -/* refname */ "uzi", +/* refname */ "machinegun", /* wepname */ _("Machine Gun") ); diff --git a/qcsrc/common/weapons/w_mortar.qc b/qcsrc/common/weapons/w_mortar.qc index 0e69ed9cd..16b50aa91 100644 --- a/qcsrc/common/weapons/w_mortar.qc +++ b/qcsrc/common/weapons/w_mortar.qc @@ -10,7 +10,7 @@ REGISTER_WEAPON( /* modelname */ "gl", /* simplemdl */ "foobar", /* crosshair */ "gfx/crosshairgrenadelauncher 0.7", -/* refname */ "grenadelauncher", +/* refname */ "mortar", /* wepname */ _("Mortar") ); diff --git a/qcsrc/common/weapons/w_vaporizer.qc b/qcsrc/common/weapons/w_vaporizer.qc index 8286ba3a0..e00c180c7 100644 --- a/qcsrc/common/weapons/w_vaporizer.qc +++ b/qcsrc/common/weapons/w_vaporizer.qc @@ -10,7 +10,7 @@ REGISTER_WEAPON( /* modelname */ "minstanex", /* simplemdl */ "foobar", /* crosshair */ "gfx/crosshairminstanex 0.4", -/* refname */ "minstanex", +/* refname */ "vaporizer", /* wepname */ _("Vaporizer") ); diff --git a/qcsrc/common/weapons/w_vortex.qc b/qcsrc/common/weapons/w_vortex.qc index 4f713b3dd..5b3a65754 100644 --- a/qcsrc/common/weapons/w_vortex.qc +++ b/qcsrc/common/weapons/w_vortex.qc @@ -10,7 +10,7 @@ REGISTER_WEAPON( /* modelname */ "nex", /* simplemdl */ "foobar", /* crosshair */ "gfx/crosshairnex 0.65", -/* refname */ "nex", +/* refname */ "vortex", /* wepname */ _("Vortex") );