From 05ad860cc8b2bdafcc2f8f16d9dcde7bf1b7ee59 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Wed, 11 Dec 2013 23:56:42 -0500 Subject: [PATCH] Shotgun is not normal --- qcsrc/common/weapons/w_shotgun.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/weapons/w_shotgun.qc b/qcsrc/common/weapons/w_shotgun.qc index 8dfa393b3..a142aa4d0 100644 --- a/qcsrc/common/weapons/w_shotgun.qc +++ b/qcsrc/common/weapons/w_shotgun.qc @@ -4,7 +4,7 @@ REGISTER_WEAPON( /* function */ w_shotgun, /* ammotype */ ammo_none, /* impulse */ 2, -/* flags */ WEP_FLAG_NORMAL | WEP_FLAG_RELOADABLE | WEP_TYPE_HITSCAN | WEP_FLAG_MUTATORBLOCKED, +/* flags */ WEP_FLAG_RELOADABLE | WEP_TYPE_HITSCAN | WEP_FLAG_MUTATORBLOCKED, /* rating */ BOT_PICKUP_RATING_LOW, /* model */ "shotgun", /* shortname */ "shotgun", -- 2.39.2