Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
Removed fixes included in 265 in preparation for new build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mendasp committed Apr 30, 2014
1 parent 4ab35ca commit 5fa8e96
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1,655 deletions.
10 changes: 0 additions & 10 deletions lua/CHUD_Sounds.lua
Expand Up @@ -16,18 +16,8 @@ local blockedVO = { "sound/NS2.fev/marine/voiceovers/commander/build",
"sound/NS2.fev/marine/voiceovers/commander/defend",
"sound/NS2.fev/marine/voiceovers/move" }

local skulkJumpSounds = {
"sound/NS2.fev/alien/skulk/jump_good",
"sound/NS2.fev/alien/skulk/jump_best",
"sound/NS2.fev/alien/skulk/jump"
}

Script.Load("lua/SoundEffect.lua")
function StartSoundEffectOnEntity(soundEffectName, onEntity, volume, predictor)
if table.contains(skulkJumpSounds, soundEffectName) then
volume = volume * 0.5
end

if not table.contains(blockedVO, soundEffectName) or CHUDGetOption("wps") then
Shared.PlaySound(onEntity, soundEffectName, volume or 1)
end
Expand Down
217 changes: 0 additions & 217 deletions lua/CombatMixin.lua

This file was deleted.

0 comments on commit 5fa8e96

Please sign in to comment.