Skip to content

Commit

Permalink
More lint
Browse files Browse the repository at this point in the history
  • Loading branch information
StrawWagen committed Feb 24, 2025
1 parent fd13a7f commit 171035f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/entities/turret_bullets/shared.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function ENT:RunHeatHandler()

if heatPenalty > 0 then
local smokeEffect = EffectData()
smokeEffect:SetOrigin( self:LocalToWorld( Vector( 0,35,22 ) ) )
smokeEffect:SetOrigin( self:LocalToWorld( Vector( 0, 35, 22 ) ) )
smokeEffect:SetNormal( self:GetRight() )
smokeEffect:SetScale( 20 * ( heatPenalty + 1 ) )
smokeEffect:SetMagnitude( 0 )
Expand Down Expand Up @@ -172,7 +172,7 @@ if CLIENT then
render.SetBlend( heat^3 * 0.5 )
render.SetColorModulation( 1 * colorMul, 0.25 * colorMul, 0 )
self:DrawModel()
render.SetColorModulation( 0,0,0 )
render.SetColorModulation( 0, 0, 0 )
render.SetBlend( 1 )
end
end

0 comments on commit 171035f

Please # to comment.