]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Shotgun is not normal
authorSamual Lenks <samual@xonotic.org>
Thu, 12 Dec 2013 04:56:42 +0000 (23:56 -0500)
committerSamual Lenks <samual@xonotic.org>
Thu, 12 Dec 2013 04:56:42 +0000 (23:56 -0500)
qcsrc/common/weapons/w_shotgun.qc

index 8dfa393b31420c7684227be2184dbbcca931bc4a..a142aa4d07269210d8b3a874b0f7dd1cbc90b957 100644 (file)
@@ -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",