]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Rifle is not a normal weapon, remove spawnflag
authorSamual Lenks <samual@xonotic.org>
Tue, 10 Dec 2013 22:56:17 +0000 (17:56 -0500)
committerSamual Lenks <samual@xonotic.org>
Tue, 10 Dec 2013 22:56:17 +0000 (17:56 -0500)
qcsrc/common/weapons/w_rifle.qc

index 02e394f1cc6064e88f30694641f9d69432784aaa..261eb65f6efcbd242b780fb86873b9f452bf7d7d 100644 (file)
@@ -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",