]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix shotgun not consuming ammo
authorMario <zacjardine@y7mail.com>
Thu, 27 Nov 2014 05:50:08 +0000 (16:50 +1100)
committerMario <zacjardine@y7mail.com>
Thu, 27 Nov 2014 05:50:08 +0000 (16:50 +1100)
qcsrc/common/weapons/w_shotgun.qc

index 6e500dff2c4e17b60d93c3cc96787cc82ec3e1a1..532d563a6acb0652cdc56a485c868c6ee375f4c2 100644 (file)
@@ -2,7 +2,7 @@
 REGISTER_WEAPON(
 /* WEP_##id  */ SHOTGUN,
 /* function  */ W_Shotgun,
-/* ammotype  */ ammo_none,
+/* ammotype  */ ammo_shells,
 /* impulse   */ 2,
 /* flags     */ WEP_FLAG_RELOADABLE | WEP_TYPE_HITSCAN,
 /* rating    */ BOT_PICKUP_RATING_LOW,