]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Shotgun is no longer a "normal" weapon
authorSamual Lenks <samual@xonotic.org>
Mon, 23 Jul 2012 03:33:31 +0000 (23:33 -0400)
committerSamual Lenks <samual@xonotic.org>
Mon, 23 Jul 2012 03:33:31 +0000 (23:33 -0400)
qcsrc/server/w_shotgun.qc

index fcf9a27c27482a25432747d58cc37ee974fae513..aa4ff4d95d8436f34bf797d9d32bce042acfeb62 100644 (file)
@@ -1,5 +1,5 @@
 #ifdef REGISTER_WEAPON
-REGISTER_WEAPON(SHOTGUN, w_shotgun, IT_SHELLS, 2, WEP_FLAG_NORMAL | WEP_FLAG_RELOADABLE | WEP_TYPE_HITSCAN, BOT_PICKUP_RATING_LOW, "shotgun", "shotgun", _("Shotgun"))
+REGISTER_WEAPON(SHOTGUN, w_shotgun, IT_SHELLS, 2, WEP_FLAG_RELOADABLE | WEP_TYPE_HITSCAN, BOT_PICKUP_RATING_LOW, "shotgun", "shotgun", _("Shotgun"))
 #else
 #ifdef SVQC