From: Mario Date: Thu, 27 Nov 2014 05:50:08 +0000 (+1100) Subject: Fix shotgun not consuming ammo X-Git-Tag: xonotic-v0.8.0~122^2~29 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b8554f955e1aea4167a512b8647fe8ce4b92cb76;p=xonotic%2Fxonotic-data.pk3dir.git Fix shotgun not consuming ammo --- diff --git a/qcsrc/common/weapons/w_shotgun.qc b/qcsrc/common/weapons/w_shotgun.qc index 6e500dff2..532d563a6 100644 --- a/qcsrc/common/weapons/w_shotgun.qc +++ b/qcsrc/common/weapons/w_shotgun.qc @@ -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,