From b8554f955e1aea4167a512b8647fe8ce4b92cb76 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 27 Nov 2014 16:50:08 +1100 Subject: [PATCH] Fix shotgun not consuming ammo --- qcsrc/common/weapons/w_shotgun.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.2