Skip to content

Commit

Permalink
Update init.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
DrVrej committed May 18, 2021
1 parent d29008b commit 74b3a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/entities/npc_vj_hlrex_hturret/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function ENT:SetUpGibesOnDeath(dmginfo, hitgroup)
end
---------------------------------------------------------------------------------------------------------------------------------------------
function ENT:CustomGibOnDeathSounds(dmginfo, hitgroup)
VJ_EmitSound(self, "vj_hlr/hl2_npc/turret/detonate.wav", 90, math.random(100,100))
VJ_EmitSound(self, "vj_hlr/hl2_npc/turret/detonate.wav", 90, 100)
return false
end
---------------------------------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 74b3a41

Please sign in to comment.