We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89154b commit 219e468Copy full SHA for 219e468
1 file changed
src/game/shared/swarm/asw_weapon_minigun.h
@@ -33,6 +33,7 @@ class CASW_Weapon_Minigun : public CASW_Weapon_Rifle
33
34
virtual const float GetAutoAimAmount() { return 0.0f; }
35
virtual const float GetAutoAimRadiusScale() { return 1.0f; }
36
+ virtual int AmmoClickPoint() { return 8; } // displayed ammo is double of that
37
virtual const Vector& GetBulletSpread( void );
38
virtual void ItemPostFrame();
39
virtual void ItemBusyFrame();
0 commit comments