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 4254cda commit 445eda6Copy full SHA for 445eda6
Data/Browncoats.rte/Devices/Weapons/Extinction/Extinction.lua
@@ -105,6 +105,8 @@ function Update(self)
105
106
local playerControlled = self.parent:IsPlayerControlled()
107
108
+ self.RateOfFire = 300;
109
+
110
if self.otherHandGun or not self.parent.BGArm or not self.parent.FGArm or not playerControlled then
111
self.FullAuto = false;
112
if self.fanFire then
@@ -123,7 +125,6 @@ function Update(self)
123
125
else
124
126
self.FullAuto = true;
127
self.reloadDelay = 150;
- self.RateOfFire = 300;
128
end
129
130
self.parent = nil;
0 commit comments