From deafac153144404a737025eb09843495f8f1f0d2 Mon Sep 17 00:00:00 2001 From: terencehill Date: Thu, 29 Dec 2016 02:56:28 +0100 Subject: [PATCH] Fix shotgun ammo field --- qcsrc/common/weapons/weapon/shotgun.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/weapons/weapon/shotgun.qc b/qcsrc/common/weapons/weapon/shotgun.qc index 9ae0c6069..d45cf31cb 100644 --- a/qcsrc/common/weapons/weapon/shotgun.qc +++ b/qcsrc/common/weapons/weapon/shotgun.qc @@ -283,7 +283,7 @@ METHOD(Shotgun, wr_think, void(entity thiswep, entity actor, .entity weaponentit } METHOD(Shotgun, wr_setup, void(entity thiswep, entity actor)) { - actor.ammo_field = ammo_none; + actor.ammo_field = ammo_shells; } METHOD(Shotgun, wr_checkammo1, bool(entity thiswep, entity actor)) { -- 2.39.2