delete skill trees

This commit is contained in:
Ed
2025-05-09 01:22:02 +03:00
parent d9c2bd8e09
commit 9d7fae73c4
23 changed files with 39 additions and 601 deletions

View File

@@ -49,9 +49,6 @@ public sealed partial class CP14ClientSkillSystem : CP14SharedSkillSystem
var netEv = new CP14TryLearnSkillMessage(GetNetEntity(target.Value), skill.ID);
RaiseNetworkEvent(netEv);
if (_proto.TryIndex(skill.Tree, out var indexedTree))
{
_audio.PlayGlobal(indexedTree.LearnSound, target.Value, AudioParams.Default.WithVolume(6f));
}
_audio.PlayGlobal(skill.LearnSound, target.Value, AudioParams.Default.WithVolume(6f));
}
}