danalec
New Member
- Joined
- Nov 8, 2013
- Messages
- 38
- Reaction score
- 1
on SkillsDefaultMeta.cs
find (line 1124)
add
find (around line 1231)
add
find (line 1124)
Code:
public static SkillMeta EvasiveFire = new SkillMeta(Skills.DemonHunter.EvasiveFire)
{
Defaults = (skill, meta) =>
{
Code:
meta.IsDestructableSkill = false;
find (around line 1231)
Code:
public static SkillMeta Multishot = new SkillMeta(Skills.DemonHunter.Multishot)
{
Defaults = (skill, meta) =>
{
Code:
meta.IsDestructableSkill = true;






