From: Samual Lenks Date: Tue, 10 Dec 2013 22:56:17 +0000 (-0500) Subject: Rifle is not a normal weapon, remove spawnflag X-Git-Tag: xonotic-v0.8.0~152^2~246 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9f1008fb5b476aa6c17a01776fd78209a7d6352a;p=xonotic%2Fxonotic-data.pk3dir.git Rifle is not a normal weapon, remove spawnflag --- diff --git a/qcsrc/common/weapons/w_rifle.qc b/qcsrc/common/weapons/w_rifle.qc index 02e394f1c..261eb65f6 100644 --- a/qcsrc/common/weapons/w_rifle.qc +++ b/qcsrc/common/weapons/w_rifle.qc @@ -4,7 +4,7 @@ REGISTER_WEAPON( /* function */ W_Rifle, /* ammotype */ ammo_nails, /* impulse */ 7, -/* flags */ WEP_FLAG_MUTATORBLOCKED | WEP_FLAG_NORMAL | WEP_FLAG_RELOADABLE | WEP_TYPE_HITSCAN, +/* flags */ WEP_FLAG_MUTATORBLOCKED | WEP_FLAG_RELOADABLE | WEP_TYPE_HITSCAN, /* rating */ BOT_PICKUP_RATING_MID, /* model */ "campingrifle", /* netname */ "rifle",