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 9732326 commit 0f968c9Copy full SHA for 0f968c9
Data/Ronin.rte/Devices/Weapons/K98K/K98K.lua
@@ -254,7 +254,7 @@ function ThreadedUpdate(self)
254
self:Deactivate()
255
end
256
257
- if fire and not self:IsReloading() then
+ if fire and self.CanFire and not self:IsReloading() then
258
if not self.Magazine or self.RoundInMagCount < 1 then
259
--self:Activate()
260
elseif not self.activated and not self.delayedFire and self.fireDelayTimer:IsPastSimMS(1 / (self.RateOfFire / 60) * 1000) then
0 commit comments