From: Samual Lenks Date: Thu, 12 Dec 2013 04:56:42 +0000 (-0500) Subject: Shotgun is not normal X-Git-Tag: xonotic-v0.8.0~152^2~224 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=05ad860cc8b2bdafcc2f8f16d9dcde7bf1b7ee59;p=xonotic%2Fxonotic-data.pk3dir.git Shotgun is not normal --- 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",