Merge branch 'master' of ssh://dev1.mineplex.com:7999/min/Mineplex

This commit is contained in:
Jonathan Williams 2014-04-09 02:50:46 -07:00
commit 84ffd56c82
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ public class Barrage extends SkillChargeBow
SkillType skillType, int cost, int maxLevel) SkillType skillType, int cost, int maxLevel)
{ {
super(skills, name, classType, skillType, cost, maxLevel, super(skills, name, classType, skillType, cost, maxLevel,
0.01f, 0.005f, false, false); 0.01f, 0.005f, false, true);
SetDesc(new String[] SetDesc(new String[]
{ {

View File

@ -32,7 +32,7 @@ public class Overcharge extends SkillChargeBow
SkillType skillType, int cost, int maxLevel) SkillType skillType, int cost, int maxLevel)
{ {
super(skills, name, classType, skillType, cost, maxLevel, super(skills, name, classType, skillType, cost, maxLevel,
0.01f, 0.005f, false, false); 0.01f, 0.005f, false, true);
SetDesc(new String[] SetDesc(new String[]
{ {